Skip to content

Commit 571c89a

Browse files
Update pre-commit hooks
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.20.0](asottile/pyupgrade@v3.15.2...v3.20.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 3f0fa9f commit 571c89a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ ci:
66

77
repos:
88
- repo: https://github.com/asottile/pyupgrade
9-
rev: v3.15.2
9+
rev: v3.20.0
1010
hooks:
1111
- id: pyupgrade
1212
args: [--py36-plus]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.13.2
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
additional_dependencies: [toml]
1919

2020
- repo: https://github.com/pycqa/flake8
21-
rev: 7.0.0
21+
rev: 7.3.0
2222
hooks:
2323
- id: flake8
2424
args:
2525
- --max-line-length=150
2626
- --ignore=E402,E731,F541,W291,E122,E127,F401,E266,E241,C901,E741,W293,F811,W503,E203,F403,F405
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: end-of-file-fixer
3232
- id: mixed-line-ending

0 commit comments

Comments
 (0)