Skip to content

Commit fdb064a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.5.1](pre-commit/mirrors-mypy@v0.991...v1.5.1) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.13.0](asottile/pyupgrade@v3.2.2...v3.13.0) - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.4.0](compilerla/conventional-pre-commit@v2.1.1...v2.4.0)
1 parent 91420b6 commit fdb064a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 5.10.1
6+
rev: 5.12.0
77
hooks:
88
- id: isort
99
args: [
@@ -13,13 +13,13 @@ repos:
1313
]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919
language_version: python3.8
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v0.991" # Use the sha / tag you want to point at
22+
rev: "v1.5.1" # Use the sha / tag you want to point at
2323
hooks:
2424
- id: mypy
2525
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
@@ -36,7 +36,7 @@ repos:
3636
- id: check-added-large-files
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: "6.0.0" # pick a git hash / tag to point to
39+
rev: "6.1.0" # pick a git hash / tag to point to
4040
hooks:
4141
- id: flake8
4242
args: [ "--ignore=E501,W503,W504,E203,E251,E266,E401,E126,E124,C901" ]
@@ -45,13 +45,13 @@ repos:
4545
]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.2.2
48+
rev: v3.13.0
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- "--py37-plus"
5353
- repo: https://github.com/compilerla/conventional-pre-commit
54-
rev: v2.1.1
54+
rev: v2.4.0
5555
hooks:
5656
- id: conventional-pre-commit
5757
stages: [commit-msg]

0 commit comments

Comments
 (0)