Skip to content

Commit 08b58c1

Browse files
authored
Bumping all QA tools. (#23)
1 parent 0a3c179 commit 08b58c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v3.2.0"
3+
rev: "v4.4.0"
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-toml
88
- id: check-yaml
99
- repo: https://github.com/PyCQA/isort
10-
rev: "5.10.1"
10+
rev: "5.12.0"
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: "22.6.0"
14+
rev: "23.1.0"
1515
hooks:
1616
- id: black-jupyter
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: "4.0.1"
18+
rev: "6.0.0"
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v0.971"
22+
rev: "v1.1.1"
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:

0 commit comments

Comments
 (0)