Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efc1d05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961)
1 parent 4738d06 commit efc1d05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -25,7 +25,7 @@ repos:
2525
- id: add-trailing-comma
2626
args: [--py36-plus]
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.32.1
28+
rev: v2.34.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: flake8
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v0.960
41+
rev: v0.961
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)