We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545843f commit 21ea7a9Copy full SHA for 21ea7a9
2 files changed
.pre-commit-config.yaml.pep257
@@ -0,0 +1,4 @@
1
+- repo: git://github.com/FalconSocial/pre-commit-mirrors-pep257
2
+ sha: f464d46
3
+ hooks:
4
+ - id: pep257
tox.ini
@@ -29,8 +29,7 @@ commands = pre-commit run --all-files {posargs}
29
[testenv:pre-commit-pep257]
30
deps = pre-commit
31
commands =
32
- sed -i.pep257bak 's/^\s\+exclude: tests\/dist.*$//g' .pre-commit-config.yaml
33
- pre-commit run --all-files pep257 {posargs}
+ pre-commit run --config .pre-commit-config.yaml.pep257 --all-files {posargs}
34
35
[testenv:dist-check]
36
# ensure that package artifacts are installed as expected
0 commit comments