Skip to content

Commit

Permalink
add NOTICE file (Azure#28)
Browse files Browse the repository at this point in the history
* add NOTICE file

* update pre-commit hook to exclude NOTICE file

* add another exclude clause
  • Loading branch information
romanlutz authored Jan 30, 2024
1 parent 9ce03a5 commit 5fb8239
Show file tree
Hide file tree
Showing 2 changed files with 3,255 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ repos:
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: NOTICE.txt
- id: end-of-file-fixer
exclude: NOTICE.txt
- id: check-yaml
- id: check-added-large-files
- id: detect-private-key
Expand All @@ -24,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
Loading

0 comments on commit 5fb8239

Please sign in to comment.