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 8e03081 commit 486f306Copy full SHA for 486f306
.pre-commit-config.yaml
@@ -1,4 +1,14 @@
1
repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
+ hooks:
5
+ - id: check-json
6
+ - id: check-symlinks
7
+ - id: check-toml
8
+ - id: check-xml
9
+ - id: check-yaml
10
+ - id: end-of-file-fixer
11
+ - id: trailing-whitespace
12
- repo: https://github.com/kynan/nbstripout
13
rev: 0.5.0
14
hooks:
Makefile
@@ -1,6 +1,6 @@
install:
- pre-commit install
poetry install --with dev
+ poetry run pre-commit install
fix:
poetry run ruff check src --fix
0 commit comments