Skip to content

Commit fb42d8b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.6.1 → 1.7.0](python-poetry/poetry@1.6.1...1.7.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.15.0](asottile/pyupgrade@v3.4.0...v3.15.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/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1) - [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.8.0](pre-commit/mirrors-mypy@v1.3.0...v1.8.0)
1 parent 960de75 commit fb42d8b

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/python-poetry/poetry
11-
rev: '1.6.1'
11+
rev: '1.7.0'
1212
hooks:
1313
- id: poetry-check
1414
- id: poetry-lock
@@ -25,7 +25,7 @@ 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.15.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [ --py36-plus ]
@@ -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.5.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.1.1
6464
hooks:
6565
- id: black
6666

6767
- repo: https://github.com/pycqa/flake8
68-
rev: 6.0.0
68+
rev: 7.0.0
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.8.0'
9292
hooks:
9393
- id: mypy
9494
args: [ --config-file=.mypy.ini ]

0 commit comments

Comments
 (0)