Skip to content

Commit bd43c47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.10.0 → 23.12.1](psf/black@22.10.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.8.0](pre-commit/mirrors-mypy@v0.991...v1.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [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.15.0](asottile/pyupgrade@v3.2.2...v3.15.0) - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v3.0.0](compilerla/conventional-pre-commit@v2.1.1...v3.0.0)
1 parent 91420b6 commit bd43c47

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.13.2
77
hooks:
88
- id: isort
99
args: [
@@ -13,20 +13,20 @@ repos:
1313
]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 23.12.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.8.0" # Use the sha / tag you want to point at
2323
hooks:
2424
- id: mypy
2525
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
2626
additional_dependencies: [ types-all ]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v4.5.0
3030
hooks:
3131
- id: trailing-whitespace
3232
- id: check-yaml
@@ -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.15.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: v3.0.0
5555
hooks:
5656
- id: conventional-pre-commit
5757
stages: [commit-msg]

0 commit comments

Comments
 (0)