Skip to content

Commit eed8476

Browse files
committed
upgrade pre-commit
1 parent b7e9dde commit eed8476

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.5.0
44
hooks:
55
- id: fix-byte-order-marker
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: requirements-txt-fixer
99
- id: check-yaml
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.1.0
11+
rev: v3.15.0
1212
hooks:
1313
- id: pyupgrade
1414
args: ["--py37-plus"]
@@ -27,4 +27,4 @@ repos:
2727
types_or: [cython, pyi, python]
2828
args: ['--filter-files']
2929
minimum_pre_commit_version: '2.9.2'
30-
additional_dependencies: ['isort==5.10.1']
30+
additional_dependencies: ['isort==5.13.2']

0 commit comments

Comments
 (0)