File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ share/python-wheels/
26
26
.installed.cfg
27
27
* .egg
28
28
MANIFEST
29
+ _version.py
29
30
30
31
# PyInstaller
31
32
# Usually these files are written by a python script from a template
Original file line number Diff line number Diff line change 5
5
# all available hooks can be found here: https://github.com/pre-commit/pre-commit-hooks/blob/main/.pre-commit-hooks.yaml
6
6
- id : check-yaml
7
7
- id : check-ast
8
+ - id : check-toml
8
9
- id : check-docstring-first
9
10
- id : check-case-conflict
10
11
- id : check-merge-conflict
11
12
- id : check-added-large-files
12
13
args : ["--maxkb=500"]
14
+ - id : check-executables-have-shebangs
13
15
- id : trailing-whitespace
14
16
- id : fix-byte-order-marker
15
17
- id : fix-encoding-pragma
16
18
- id : requirements-txt-fixer
19
+ - id : mixed-line-ending
20
+ - id : name-tests-test
21
+ args : ["--pytest-test-first"]
17
22
- id : end-of-file-fixer
18
- - id : check-executables-have-shebangs
23
+ - id : pretty-format-json
19
24
- id : detect-private-key
25
+ - repo : https://github.com/pre-commit/pygrep-hooks
26
+ rev : v1.10.0
27
+ hooks :
28
+ - id : python-use-type-annotations
29
+ - id : rst-backticks
30
+ # - id: rst-inline-touching-normal
31
+ - id : rst-directive-colons
32
+ - id : text-unicode-replacement-char
20
33
- repo : https://github.com/psf/black
21
34
rev : 23.1.0
22
35
hooks :
You can’t perform that action at this time.
0 commit comments