Migrate codespell configuration to pyproject.toml
Change-Id: I9554b74bfd732e0e8e792ba543f2c3a6908c4bd9 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -7,6 +7,11 @@ aggressive = 3
|
||||
in-place = true
|
||||
recursive = true
|
||||
|
||||
[tool.codespell]
|
||||
skip = "*.po,*.js,*.css,*.html,*.svg,HACKING.py,*hacking*,*build*,*_static*,doc/dictionary.txt,*.pyc,*.inv,*.gz,*.jpg,*.png,*.vsd,*.graffle,*.json"
|
||||
count = true
|
||||
quiet-level = 4
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.10"
|
||||
show_column_numbers = true
|
||||
|
||||
Reference in New Issue
Block a user