mirror of
https://github.com/basicswap/basicswap.git
synced 2026-06-08 04:01:41 +02:00
test: add codespell extra dictionary and add config to .toml
This commit is contained in:
@@ -48,3 +48,11 @@ allow-direct-references = true
|
||||
|
||||
[tool.ruff]
|
||||
exclude = ["basicswap/contrib","basicswap/interface/contrib"]
|
||||
|
||||
[tool.codespell]
|
||||
check-filenames = true
|
||||
disable-colors = true
|
||||
quiet-level = 7
|
||||
dictionary = "tests/lint/spelling.extra_dictionary.txt,-"
|
||||
ignore-words = "tests/lint/spelling.ignore-words.txt"
|
||||
skip = ".git,.eggs,.tox,pgp,*.pyc,*basicswap/contrib,*basicswap/interface/contrib,*mnemonics.py,bin/install_certifi.py,*basicswap/static"
|
||||
|
||||
Reference in New Issue
Block a user