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 df738f5 commit e9bf8ddCopy full SHA for e9bf8dd
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.4.0
4
+ hooks:
5
+ - id: check-docstring-first
6
+ - id: end-of-file-fixer
7
+ - id: trailing-whitespace
8
+ - id: check-yaml # checks for correct yaml syntax for github actions ex.
9
+ - repo: https://github.com/charliermarsh/ruff-pre-commit
10
+ rev: v0.0.290
11
12
+ - id: ruff
13
+ - repo: https://github.com/psf/black
14
+ rev: 23.9.1
15
16
+ - id: black
0 commit comments