Skip to content

Commit b3683c3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/Lucas-C/pre-commit-hooks: v1.3.0 → v1.3.1](Lucas-C/pre-commit-hooks@v1.3.0...v1.3.1) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4)
1 parent b6348d9 commit b3683c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 22.8.0
44
hooks:
55
- id: black
66
args: ["--target-version", "py37"]
@@ -14,18 +14,18 @@ repos:
1414
- id: isort
1515

1616
- repo: https://github.com/asottile/yesqa
17-
rev: v1.3.0
17+
rev: v1.4.0
1818
hooks:
1919
- id: yesqa
2020

2121
- repo: https://github.com/Lucas-C/pre-commit-hooks
22-
rev: v1.3.0
22+
rev: v1.3.1
2323
hooks:
2424
- id: remove-tabs
2525
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 5.0.2
28+
rev: 5.0.4
2929
hooks:
3030
- id: flake8
3131
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]

0 commit comments

Comments
 (0)