Skip to content

Commit 08d18e9

Browse files
chore: update pre-commit hooks
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/seddonym/import-linter: v2.6 → v2.7](seddonym/import-linter@v2.6...v2.7)
1 parent d3f45cc commit 08d18e9

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
@@ -27,13 +27,13 @@ repos:
2727
args: [--autofix, --indent, '4']
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.21.1
30+
rev: v3.21.2
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py38-plus]
3434

3535
- repo: https://github.com/seddonym/import-linter
36-
rev: v2.6
36+
rev: v2.7
3737
hooks:
3838
- id: import-linter
3939

0 commit comments

Comments
 (0)