Skip to content

Commit bf75a63

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0) - [github.com/pre-commit/mirrors-eslint: v8.42.0 → v8.44.0](pre-commit/mirrors-eslint@v8.42.0...v8.44.0)
1 parent 939cf26 commit bf75a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.4.0
6+
rev: v3.8.0
77
hooks:
88
- id: pyupgrade
99
args:
@@ -35,7 +35,7 @@ repos:
3535
- id: check-executables-have-shebangs
3636
- id: requirements-txt-fixer
3737
- repo: https://github.com/pre-commit/mirrors-eslint
38-
rev: v8.42.0
38+
rev: v8.44.0
3939
hooks:
4040
- id: eslint
4141
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)