Skip to content

Commit

Permalink
pre-commit: exclude vendored files
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 13, 2023
1 parent b381b6b commit 393c4ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: '^capsul/sphinxext/resources/numpy_ext/'
exclude: '^(doc/source|capsul)/sphinxext/'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand All @@ -25,7 +25,6 @@ repos:
rev: 23.11.0
hooks:
- id: black
exclude: '^doc/'
#- repo: https://github.com/astral-sh/ruff-pre-commit
# rev: v0.1.5
# hooks:
Expand All @@ -36,6 +35,5 @@ repos:
hooks:
- id: flake8
name: flake8
exclude: ^(doc/source|capsul)/sphinxext/
args:
- --ignore=F722,F821

0 comments on commit 393c4ee

Please sign in to comment.