Skip to content

Commit ab692b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.6.1 → 1.8.0](python-poetry/poetry@1.6.1...1.8.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.17.0](asottile/pyupgrade@v3.4.0...v3.17.0) - [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.11.1](pre-commit/mirrors-mypy@v1.3.0...v1.11.1)
1 parent 960de75 commit ab692b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/python-poetry/poetry
11-
rev: '1.6.1'
11+
rev: '1.8.0'
1212
hooks:
1313
- id: poetry-check
1414
- id: poetry-lock
@@ -25,13 +25,13 @@ repos:
2525
args: [ "--format=requirements.txt", "--without-hashes", "-o", "requirements-docs.txt", "--only", "docs" ]
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.4.0
28+
rev: v3.17.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [ --py36-plus ]
3232

3333
- repo: https://github.com/MarcoGorelli/auto-walrus
34-
rev: v0.2.2
34+
rev: 0.3.4
3535
hooks:
3636
- id: auto-walrus
3737

@@ -44,7 +44,7 @@ repos:
4444
- id: python-use-type-annotations
4545

4646
- repo: https://github.com/pre-commit/pre-commit-hooks
47-
rev: v4.4.0
47+
rev: v4.6.0
4848
hooks:
4949
- id: check-yaml
5050
- id: end-of-file-fixer
@@ -60,12 +60,12 @@ repos:
6060
- id: detect-private-key
6161

6262
- repo: https://github.com/psf/black
63-
rev: 23.3.0
63+
rev: 24.8.0
6464
hooks:
6565
- id: black
6666

6767
- repo: https://github.com/pycqa/flake8
68-
rev: 6.0.0
68+
rev: 7.1.1
6969
hooks:
7070
- id: flake8
7171
args: [
@@ -88,7 +88,7 @@ repos:
8888
]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: 'v1.3.0'
91+
rev: 'v1.11.1'
9292
hooks:
9393
- id: mypy
9494
args: [ --config-file=.mypy.ini ]

0 commit comments

Comments
 (0)