We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48e8d1 commit e500db6Copy full SHA for e500db6
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: mixed-line-ending
11
# This wants to go before isort & flake8
12
- repo: https://github.com/PyCQA/autoflake
13
- rev: "v2.3.0"
+ rev: "v2.3.1"
14
hooks:
15
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
16
args: ["--in-place", "--ignore-init-module-imports"]
@@ -20,7 +20,7 @@ repos:
20
- id: isort
21
# https://github.com/python/black#version-control-integration
22
- repo: https://github.com/psf/black
23
- rev: 24.2.0
+ rev: 24.3.0
24
25
- id: black
26
- repo: https://github.com/PyCQA/flake8
0 commit comments