Skip to content

Commit 9f5e50c

Browse files
committed
pre-commit autoupdate
1 parent 4b3c191 commit 9f5e50c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ repos:
8282
- id: yesqa
8383
additional_dependencies: [pep8-naming]
8484
- repo: https://github.com/pre-commit/mirrors-mypy
85-
rev: "v1.6.0"
85+
rev: "v1.8.0"
8686
hooks:
8787
- id: mypy
8888
args: [--config-file, .meta/mypy.ini]
89-
- repo: https://github.com/psf/black
90-
rev: "23.9.1"
89+
- repo: https://github.com/psf/black-pre-commit-mirror
90+
rev: "23.12.1"
9191
hooks:
9292
- id: black
9393
language_version: python39
9494
- repo: https://github.com/pycqa/flake8
95-
rev: "6.1.0"
95+
rev: "7.0.0"
9696
hooks:
9797
- id: flake8
9898
additional_dependencies: [flake8-bugbear, flake8-assert-msg, pep8-naming]

0 commit comments

Comments
 (0)