Skip to content

Commit d1494b6

Browse files
authored
Merge pull request #188 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3a19c2f + e99b59e commit d1494b6

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
@@ -60,7 +60,7 @@ repos:
6060
# W605 - Fix invalid escape sequence 'x'.
6161
# W690 - Fix various deprecated code (via lib2to3).
6262
- repo: https://github.com/PyCQA/flake8
63-
rev: 5.0.4
63+
rev: 6.0.0
6464
hooks:
6565
- id: flake8
6666
args:
@@ -76,7 +76,7 @@ repos:
7676
args: ["--sp", "setup.cfg"]
7777
exclude: ".*(docs/conf.py)$"
7878
- repo: https://github.com/pre-commit/pre-commit-hooks
79-
rev: v4.3.0
79+
rev: v4.4.0
8080
hooks:
8181
- id: check-ast
8282
- id: check-case-conflict

0 commit comments

Comments
 (0)