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 371757b commit 16120e9Copy full SHA for 16120e9
.pre-commit-config.yaml
@@ -26,18 +26,18 @@ repos:
26
27
# Autoformat: Python code
28
- repo: https://github.com/psf/black
29
- rev: 23.10.1
+ rev: 23.11.0
30
hooks:
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.1.4
+ rev: v0.1.6
35
36
- id: ruff
37
args: ['--fix']
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: v8.53.0
+ rev: v8.55.0
41
42
- id: eslint
43
files: \.tsx?$
@@ -50,6 +50,6 @@ repos:
50
- 'eslint-config-prettier'
51
52
- repo: https://github.com/pre-commit/mirrors-prettier
53
- rev: v3.0.3
+ rev: v4.0.0-alpha.3
54
55
- id: prettier
0 commit comments