diff --git a/pyproject.toml b/pyproject.toml index 6d1ca9d8cb..8e7df1d462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/setup.cfg b/setup.cfg index 9c79f5c065..76b25c8462 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,8 +84,3 @@ console_scripts = nova-serialproxy = nova.cmd.serialproxy:main nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main nova-status = nova.cmd.status:main - -[codespell] -skip = *.po,*.js,*.css,*.html,*.svg,HACKING.py,*hacking*,*build*,*_static*,doc/dictionary.txt,*.pyc,*.inv,*.gz,*.jpg,*.png,*.vsd,*.graffle,*.json -count = -quiet-level = 4