Skip to content

Commit 5d7f020

Browse files
authored
Update our linters (#676)
Co-authored-by: Pradyun Gedam <[email protected]>
1 parent 67bd518 commit 5d7f020

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -16,23 +16,23 @@ repos:
1616
additional_dependencies: [pyparsing, nox]
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.32.0
19+
rev: v3.3.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py36-plus]
2323

2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 22.12.0
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/PyCQA/isort
30-
rev: 5.10.1
30+
rev: 5.12.0
3131
hooks:
3232
- id: isort
3333

3434
- repo: https://github.com/PyCQA/flake8
35-
rev: "3.9.2"
35+
rev: "6.0.0"
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: ["pep8-naming"]

0 commit comments

Comments
 (0)