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 18454c2 commit 756b2a1Copy full SHA for 756b2a1
.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/myint/autoflake
13
- rev: "v1.5.1"
+ rev: "v1.5.3"
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"]
@@ -26,7 +26,7 @@ repos:
26
- "--py38-plus"
27
# https://github.com/python/black#version-control-integration
28
- repo: https://github.com/psf/black
29
- rev: 22.6.0
+ rev: 22.8.0
30
31
- id: black
32
- id: black-jupyter
0 commit comments