Skip to content

Commit 5b13190

Browse files
authored
Merge pull request #55 from executablebooks/pre-commit-ci-update-config
2 parents 7182b30 + 20d8631 commit 5b13190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 3.9.2
39+
rev: 4.0.1
4040
hooks:
4141
- id: flake8
4242
additional_dependencies: [flake8-bugbear==21.3.1]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.910
45+
rev: v0.910-1
4646
hooks:
4747
- id: mypy
4848
additional_dependencies: [attrs]
4949

5050
- repo: https://github.com/asottile/setup-cfg-fmt
51-
rev: v1.17.0
51+
rev: v1.18.0
5252
hooks:
5353
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)