Skip to content

Commit 1b9acdd

Browse files
committed
chg: Bump deps, drop python 3.9.
1 parent ad8ea6f commit 1b9acdd

File tree

3 files changed

+520
-374
lines changed

3 files changed

+520
-374
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
exclude: "tests/data"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.19.1
13+
rev: v3.21.2
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py38-plus]

0 commit comments

Comments
 (0)