Skip to content

Commit

Permalink
pre-commit: remove Python hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 27, 2023
1 parent c4ee82f commit 25ba08e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,14 @@ repos:
- id: cmake-lint
args: [ "--dangle-parens" ]

- repo: https://github.com/timothycrosley/isort
rev: 5.11.2
hooks:
- id: isort
args: [ --profile=black ]

- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
hooks:
- id: hadolint
args: [ "--ignore", "DL3008", "--ignore", "DL3013" ]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude_types:
Expand Down

0 comments on commit 25ba08e

Please sign in to comment.