Skip to content

Commit 63b8c12

Browse files
fix(deps) Update all non-major dependencies
1 parent 60e1cc0 commit 63b8c12

4 files changed

Lines changed: 428 additions & 124 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- repo: https://github.com/myint/autoflake
13-
rev: v2.2.1
13+
rev: v2.3.0
1414
hooks:
1515
- id: autoflake
1616
exclude: &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.15.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]

0 commit comments

Comments
 (0)