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 5fd3e44 commit a616ba2Copy full SHA for a616ba2
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autofix_prs: false
3
repos:
4
- repo: https://github.com/PyCQA/autoflake
5
- rev: v1.6.1
+ rev: v1.7.2
6
hooks:
7
- id: autoflake
8
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
@@ -14,7 +14,7 @@ repos:
14
args: ['--sp','setup.cfg']
15
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
16
- repo: https://github.com/psf/black
17
- rev: 22.8.0
+ rev: 22.10.0
18
19
- id: black
20
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md)$"
0 commit comments