8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6822105 commit 9274f9eCopy full SHA for 9274f9e
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
default_stages: [commit]
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.2.0
+ rev: v4.3.0
8
hooks:
9
- id: check-builtin-literals
10
- id: check-case-conflict
@@ -58,14 +58,14 @@ repos:
58
exclude: .github/ISSUE_TEMPLATE/.*\.yml$
59
60
- repo: https://github.com/asottile/pyupgrade
61
- rev: v2.32.1
+ rev: v2.34.0
62
63
- id: pyupgrade
64
args:
65
- --py310-plus
66
67
- repo: https://github.com/pre-commit/mirrors-eslint
68
- rev: v8.17.0
+ rev: v8.18.0
69
70
- id: eslint
71
files: pyscriptjs/src/.*\.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments