Skip to content

Commit 1e3ac10

Browse files
chore: update pre-commit hooks (#37)
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
1 parent 8afabeb commit 1e3ac10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
2121

2222
# Automatically sort python imports
2323
- repo: https://github.com/pycqa/isort
24-
rev: 6.0.1
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
args: [--profile, black]

0 commit comments

Comments
 (0)