Skip to content

Commit

Permalink
Merge pull request #4 from mt-krainski/rename-whitelist
Browse files Browse the repository at this point in the history
rename 'whitelist' to 'spellcheck-allowlist.txt'
  • Loading branch information
mt-krainski authored Jul 29, 2024
2 parents 086369f + 8c52152 commit 9fd4a97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yafs/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repos:
- id: check-added-large-files
- id: check-toml
- id: file-contents-sorter
files: whitelist.txt
args: [./yafs/whitelist.txt]
files: .spellcheck-allowlist.txt
args: [./yafs/.spellcheck-allowlist.txt]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions yafs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ per-file-ignores = """
main.py: D103
**/tests/*: S101,D103
"""
whitelist = ".spellcheck-allowlist.txt"

[tool.isort]
include_trailing_comma = true
Expand Down

0 comments on commit 9fd4a97

Please sign in to comment.