Skip to content

Commit 03a8d5f

Browse files
authored
Merge pull request #141 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 03cb35e + d7bc160 commit 03a8d5f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
types: [python]
@@ -13,33 +13,33 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.31.1
16+
rev: v0.32.2
1717
hooks:
1818
- id: markdownlint
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v2.34.0
20+
rev: v3.3.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
2424
- repo: https://github.com/asottile/yesqa
25-
rev: v1.3.0
25+
rev: v1.4.0
2626
hooks:
2727
- id: yesqa
2828
- repo: https://github.com/psf/black
29-
rev: 22.6.0
29+
rev: 22.12.0
3030
hooks:
3131
- id: black
3232
args:
3333
- "--line-length"
3434
- "119"
3535
exclude: ^django_fsm_log/migrations|^docs/
3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.10.1
37+
rev: v5.11.3
3838
hooks:
3939
- id: isort
4040
exclude: ^django_fsm_log/migrations
4141
- repo: https://github.com/PyCQA/flake8
42-
rev: 4.0.1
42+
rev: 6.0.0
4343
hooks:
4444
- id: flake8
4545
additional_dependencies:

0 commit comments

Comments
 (0)