Skip to content

Commit 439860f

Browse files
[pre-commit.ci] pre-commit autoupdate (#401)
updates: - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0) - [github.com/sirosen/slyp: 0.3.0 → 0.4.1](sirosen/slyp@0.3.0...0.4.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c52ff89 commit 439860f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-merge-conflict
2020
- id: trailing-whitespace
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 24.1.1
22+
rev: 24.2.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/PyCQA/flake8
@@ -31,15 +31,15 @@ repos:
3131
- 'flake8-typing-as-t==0.0.3'
3232
- 'flake8-comprehensions==3.14.0'
3333
- repo: https://github.com/sirosen/slyp
34-
rev: 0.3.0
34+
rev: 0.4.1
3535
hooks:
3636
- id: slyp
3737
- repo: https://github.com/PyCQA/isort
3838
rev: 5.13.2
3939
hooks:
4040
- id: isort
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.15.0
42+
rev: v3.15.1
4343
hooks:
4444
- id: pyupgrade
4545
args: ["--py37-plus"]

0 commit comments

Comments
 (0)