File tree 2 files changed +36
-8
lines changed
2 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1
- data /
2
- .ipynb_checkpoints /
1
+ # Temp files
3
2
.DS_Store
4
- .vscode
5
- local /
6
- scratch /
3
+ * ~
4
+ buck-out /
5
+
6
+ # Compiled files
7
+ .venv /
8
+ __pycache__ /
9
+ .mypy_cache /
10
+ .ruff_cache /
11
+
12
+ # Distribution / packaging
13
+ /build /
14
+ /dist /
15
+ /* .egg-info /
16
+
17
+ # Tests and coverage
18
+ /.pytest_cache /
19
+ /.cache /
20
+ /data /
21
+
22
+ # docs
23
+ /docs /generated /
24
+ /docs /_build /
25
+
26
+ # IDEs
27
+ /.idea /
28
+ /.vscode /
29
+
30
+ # Jupyter
31
+ .ipynb_checkpoints /
32
+
33
+ # node
34
+ node_modules /
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_stages:
7
7
minimum_pre_commit_version : 2.16.0
8
8
repos :
9
9
- repo : https://github.com/pre-commit/mirrors-prettier
10
- rev : v3.1.0
10
+ rev : v4.0.0-alpha.8
11
11
hooks :
12
12
- id : prettier
13
13
types : [yaml]
34
34
)$
35
35
36
36
- repo : https://github.com/astral-sh/ruff-pre-commit
37
- rev : v0.1.11
37
+ rev : v0.3.7
38
38
hooks :
39
39
- id : ruff
40
40
args : [--fix, --exit-non-zero-on-fix]
43
43
types_or : [python, pyi, jupyter]
44
44
45
45
- repo : https://github.com/pre-commit/pre-commit-hooks
46
- rev : v4.5 .0
46
+ rev : v4.6 .0
47
47
hooks :
48
48
- id : detect-private-key
49
49
- id : check-ast
You can’t perform that action at this time.
0 commit comments