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 5592886 commit 1817194Copy full SHA for 1817194
.pre-commit-config.yaml
@@ -71,11 +71,11 @@ repos:
71
additional_dependencies: *flake8_dependencies
72
# `pyroma` may help keep our package standards up to date if best practices change.
73
# This is a "low value" check though and too slow to run as part of pre-commit.
74
- - repo: https://github.com/regebro/pyroma
75
- rev: "5.0"
76
- hooks:
77
- - id: pyroma
78
- args: [-n, "10", .]
+ # - repo: https://github.com/regebro/pyroma
+ # rev: "5.0"
+ # hooks:
+ # - id: pyroma
+ # args: [-n, "10", .]
79
- repo: https://github.com/python-jsonschema/check-jsonschema
80
rev: 0.34.1
81
hooks:
0 commit comments