Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 29, 2023
1 parent c3f1fa4 commit e82c9f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ repos:
name: Lint yaml
args: [-d, '{extends: default, rules: {line-length: disable, document-start: disable, truthy: {level: error}, braces: {max-spaces-inside: 1}}}']

- repo: https://github.com/regebro/pyroma
rev: "4.2"
hooks:
- id: pyroma
name: Check packaging
args: [--min=10, .]
# - repo: https://github.com/regebro/pyroma
# rev: "4.2"
# hooks:
# - id: pyroma
# name: Check packaging
# args: [--min=10, .]

- repo: https://github.com/google/yapf
rev: v0.32.0
Expand Down

0 comments on commit e82c9f2

Please sign in to comment.