Skip to content

Commit 4cd6be4

Browse files
authored
Merge pull request #9 from spyoungtech/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f930975 + 7b97d1e commit 4cd6be4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525
- id: double-quote-string-fixer
2626
- repo: https://github.com/psf/black
27-
rev: '22.6.0'
27+
rev: '22.10.0'
2828
hooks:
2929
- id: black
3030
args:
@@ -33,12 +33,12 @@ repos:
3333
- "120"
3434
exclude: ^(ahk/_sync/.*\.py)
3535
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v3.8.2
36+
rev: v3.9.0
3737
hooks:
3838
- id: reorder-python-imports
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: 'v0.971'
41+
rev: 'v0.990'
4242
hooks:
4343
- id: mypy
4444
args:

0 commit comments

Comments
 (0)