Skip to content

Commit

Permalink
chore: remove no longer used ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 30, 2024
1 parent faeb643 commit a5f3fb8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,3 @@ package_dir = weblate_language_data=weblate_language_data

[options.extras_require]
django = Django

[flake8]
max-complexity = 16
extend-select = E,W1,W2,W3,W504,W505,W6
enable-extensions = B,C,D,F,G,I,M,N,R,SF
# Should be fixed:
# D10 - we are missing many docstrings
# D20* - wrong docstring formatting
# D40* - many strings need rephrasing
extend-ignore = D10,D200,D202,D204,D205,D209,D401,T201,T203
exclude = .git,docs,.venv,build,.eggs
max-line-length = 88
per-file-ignores =
weblate_language_data/languages.py:E501
weblate_language_data/plurals.py:E501

[pycodestyle]
extend-select = E,W1,W2,W3,W504,W505,W6
exclude = .git,docs,.venv,build,.eggs
max-line-length = 88

0 comments on commit a5f3fb8

Please sign in to comment.