We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077646f commit 8ac2cc9Copy full SHA for 8ac2cc9
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
python: python3.11
4
repos:
5
- repo: https://github.com/psf/black-pre-commit-mirror
6
- rev: 24.4.2
+ rev: 24.10.0
7
hooks:
8
- id: black
9
language_version: python3.11
@@ -14,7 +14,7 @@ repos:
14
- id: isort
15
- repo: https://github.com/pycqa/flake8
16
# flake8 config is in setup.cfg
17
- rev: 7.0.0
+ rev: 7.1.1
18
19
- id: flake8
20
0 commit comments