File tree Expand file tree Collapse file tree 3 files changed +82
-80
lines changed
Expand file tree Collapse file tree 3 files changed +82
-80
lines changed Original file line number Diff line number Diff line change 1- default_stages : [ commit, push ]
1+ default_stages : [ pre- commit, pre- push ]
22repos :
33
44 - repo : local
99 pass_filenames : false
1010 language : system
1111 entry : poetry run nox -s project:fix
12- stages : [ commit ]
12+ stages : [ pre- commit ]
1313
1414 - repo : https://github.com/pre-commit/pre-commit-hooks
1515 rev : v4.4.0
16- stages : [ commit ]
1716 hooks :
1817 - id : check-yaml
18+ stages : [ pre-commit ]
1919 - id : end-of-file-fixer
20+ stages : [ pre-commit ]
2021 - id : trailing-whitespace
22+ stages : [ pre-commit ]
2123
2224 - repo : local
2325 hooks :
2729 pass_filenames : false
2830 language : system
2931 entry : poetry run nox -s lint:typing
30- stages : [ push ]
32+ stages : [ pre- push ]
3133
3234 - repo : local
3335 hooks :
3739 pass_filenames : false
3840 language : system
3941 entry : poetry run nox -s lint:code
40- stages : [ push ]
42+ stages : [ pre- push ]
You can’t perform that action at this time.
0 commit comments