Skip to content

Commit d7bc160

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.2](igorshubovych/markdownlint-cli@v0.31.1...v0.32.2) - [github.com/asottile/pyupgrade: v2.34.0 → v3.3.1](asottile/pyupgrade@v2.34.0...v3.3.1) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0) - [github.com/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent 03cb35e commit d7bc160

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)