Skip to content

Commit b2ae1ce

Browse files
[pre-commit.ci] pre-commit autoupdate (#51)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991) - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2) - [github.com/john-hen/Flake8-pyproject: 1.1.0.post0 → 1.2.1](john-hen/Flake8-pyproject@1.1.0.post0...1.2.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5947c25 commit b2ae1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -28,19 +28,19 @@ repos:
2828
files: \.py$
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v0.982
31+
rev: v0.991
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [types-requests]
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.1.0
37+
rev: v3.2.2
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141

4242
- repo: https://github.com/john-hen/Flake8-pyproject
43-
rev: 1.1.0.post0
43+
rev: 1.2.1
4444
hooks:
4545
- id: Flake8-pyproject
4646
alias: flake8

0 commit comments

Comments
 (0)