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 e41ff98 commit 464a006Copy full SHA for 464a006
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/PyCQA/autoflake
6
- rev: v2.2.1
+ rev: v2.3.1
7
hooks:
8
- id: autoflake
9
args: [
@@ -15,7 +15,7 @@ repos:
15
]
16
17
- repo: https://github.com/psf/black
18
- rev: 23.12.1
+ rev: 25.1.0
19
20
- id: black
21
language_version: python3.8
@@ -25,7 +25,7 @@ repos:
25
26
27
- repo: https://github.com/pycqa/isort
28
- rev: 5.13.2
+ rev: 6.0.0
29
30
- id: isort
31
name: isort
0 commit comments