Skip to content

Commit a9f4c68

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.1.0 → 24.10.0](psf/black@22.1.0...24.10.0) - [github.com/asottile/pyupgrade: v2.31.0 → v3.18.0](asottile/pyupgrade@v2.31.0...v3.18.0) - [github.com/pycqa/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.1.0...v5.0.0)
1 parent 36b5a55 commit a9f4c68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.10.1
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
args: ["--profile", "black"]
77

88
- repo: https://github.com/psf/black
9-
rev: 22.1.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.31.0
14+
rev: v3.18.0
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py39-plus"]
1818

1919
- repo: https://github.com/pycqa/flake8
20-
rev: 4.0.1
20+
rev: 7.1.1
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: [pep8-naming]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.1.0
26+
rev: v5.0.0
2727
hooks:
2828
- id: trailing-whitespace
2929
- id: end-of-file-fixer

0 commit comments

Comments
 (0)