Skip to content

Commit 8ac2cc9

Browse files
update pre-commit config
1 parent 077646f commit 8ac2cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.11
44
repos:
55
- repo: https://github.com/psf/black-pre-commit-mirror
6-
rev: 24.4.2
6+
rev: 24.10.0
77
hooks:
88
- id: black
99
language_version: python3.11
@@ -14,7 +14,7 @@ repos:
1414
- id: isort
1515
- repo: https://github.com/pycqa/flake8
1616
# flake8 config is in setup.cfg
17-
rev: 7.0.0
17+
rev: 7.1.1
1818
hooks:
1919
- id: flake8
2020

0 commit comments

Comments
 (0)