Skip to content

Commit 02a25bc

Browse files
[pre-commit.ci] auto-update pre-commit tooling
for more information, see https://pre-commit.ci updates: - [github.com/psf/black: 22.10.0 → 24.1.1](psf/black@22.10.0...24.1.1) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
1 parent 45cd8a0 commit 02a25bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/psf/black
33
# black config is in pyproject.toml
4-
rev: 22.10.0
4+
rev: 24.1.1
55
hooks:
66
- id: black
77
language_version: python3.8
88
- repo: https://github.com/PyCQA/flake8
99
# flake8 config is in setup.cfg
10-
rev: 5.0.4
10+
rev: 7.0.0
1111
hooks:
1212
- id: flake8
1313
language_version: python3.8
1414
- repo: https://github.com/PyCQA/isort
1515
# isort config is in pyproject.toml
16-
rev: 5.10.1
16+
rev: 5.13.2
1717
hooks:
1818
- id: isort
1919
language_version: python3.8

0 commit comments

Comments
 (0)