Skip to content

Commit a616ba2

Browse files
[pre-commit.ci] pre-commit autoupdate (#83)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5fd3e44 commit a616ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autofix_prs: false
33
repos:
44
- repo: https://github.com/PyCQA/autoflake
5-
rev: v1.6.1
5+
rev: v1.7.2
66
hooks:
77
- id: autoflake
88
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
@@ -14,7 +14,7 @@ repos:
1414
args: ['--sp','setup.cfg']
1515
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
1616
- repo: https://github.com/psf/black
17-
rev: 22.8.0
17+
rev: 22.10.0
1818
hooks:
1919
- id: black
2020
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md)$"

0 commit comments

Comments
 (0)