Skip to content

Commit

Permalink
Merge pull request #40 from ibLeDy/ci/array-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibLeDy authored Oct 7, 2022
2 parents a588563 + 0ae0e07 commit e30fab5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: fix-encoding-pragma
args: ["--remove"]
args:
- "--remove"
- id: mixed-line-ending
- id: name-tests-test
- id: pretty-format-json
args: ["--autofix"]
args:
- "--autofix"
- id: requirements-txt-fixer
- id: trailing-whitespace

Expand All @@ -48,7 +50,8 @@ repos:
rev: v2.3.0
hooks:
- id: add-trailing-comma
args: ["--py36-plus"]
args:
- "--py36-plus"

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
Expand All @@ -60,7 +63,8 @@ repos:
rev: v2.0.0
hooks:
- id: setup-cfg-fmt
args: ["--include-version-classifiers"]
args:
- "--include-version-classifiers"

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
Expand All @@ -76,13 +80,15 @@ repos:
rev: 22.8.0
hooks:
- id: black
args: ["--skip-string-normalization"]
args:
- "--skip-string-normalization"

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
args: ["--max-line-length=88"]
args:
- "--max-line-length=88"

- repo: https://github.com/asottile/yesqa
rev: v1.4.0
Expand Down

0 comments on commit e30fab5

Please sign in to comment.