Skip to content

Commit

Permalink
add another exclude clause
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Jan 29, 2024
1 parent e0cbfbb commit 212484c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
hooks:
- id: pylint
args: [ --disable=all, --enable=unused-import ]
exclude: NOTICE.txt

# Calling local version of mypy rather the one from GitHub https://github.com/pre-commit/mirrors-mypy
# because there is no way to sync the configs in pyproject.toml and the .pre-commit-config.yaml
Expand Down

0 comments on commit 212484c

Please sign in to comment.