Skip to content

Commit 1817194

Browse files
committed
Don't run pyroma
1 parent 5592886 commit 1817194

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ repos:
7171
additional_dependencies: *flake8_dependencies
7272
# `pyroma` may help keep our package standards up to date if best practices change.
7373
# 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", .]
74+
# - repo: https://github.com/regebro/pyroma
75+
# rev: "5.0"
76+
# hooks:
77+
# - id: pyroma
78+
# args: [-n, "10", .]
7979
- repo: https://github.com/python-jsonschema/check-jsonschema
8080
rev: 0.34.1
8181
hooks:

0 commit comments

Comments
 (0)