Skip to content

Commit 90d1714

Browse files
authored
Merge pull request #8 from unixorn/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f2706da + 963d110 commit 90d1714

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
language: script
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.4.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-docstring-first
@@ -23,12 +23,12 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/psf/black
26-
rev: "23.1.0"
26+
rev: "24.8.0"
2727
hooks:
2828
- id: black
2929

3030
- repo: https://github.com/pycqa/flake8
31-
rev: '6.0.0'
31+
rev: '7.1.1'
3232
hooks:
3333
- id: flake8
3434

@@ -38,7 +38,7 @@ repos:
3838
- id: doctoc
3939

4040
- repo: https://github.com/python-poetry/poetry
41-
rev: "1.4.1"
41+
rev: "1.8.0"
4242
hooks:
4343
- id: poetry-check
4444
- id: poetry-lock

Readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [moosefs-docker](#moosefs-docker)
6+
- [Status](#status)
7+
- [Usage](#usage)
8+
- [Building](#building)
9+
10+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
11+
112
# moosefs-docker
213

314
## Status
@@ -26,4 +37,4 @@ You can make the images yourself with `make multiarch_images`.
2637

2738
If you need to support a platform other than `arm64`, `armh/v7` or `amd64`, the easiest thing to do is to edit the Makefile and change `HUB_USER` to your docker hub username and update `PLATFORMS` to include whatever other architectures you need, then run `make multiarch_images` to build new images.
2839

29-
This allows you to use `your-hub-username/imagename` in your docker-compose files or kubernetes deployments and not have to use different image names for different architectures.
40+
This allows you to use `your-hub-username/imagename` in your docker-compose files or kubernetes deployments and not have to use different image names for different architectures.

0 commit comments

Comments
 (0)