Skip to content

Commit

Permalink
fix: Remove isort and flake8 from setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jun 20, 2024
1 parent da34c01 commit 112f0a7
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,4 @@ replace =

{new_version} {utcnow:%%Y-%%m-%%d}
================

[flake8]
max-line-length = 119
exclude =
*.egg-info,
.eggs,
.env,
.git,
.settings,
.tox,
.venv,
build,
data,
dist,
docs,
*migrations*,
requirements,
tmp

[isort]
line_length = 79
skip = manage.py, *migrations*, .tox, .eggs, data, .venv, .env
include_trailing_comma = true
multi_line_output = 5
lines_after_imports = 2
default_section = THIRDPARTY
sections = FUTURE, STDLIB, DJANGO, CMS, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
known_first_party = djangocms_snippet
known_cms = cms, menus
known_django = django

0 comments on commit 112f0a7

Please sign in to comment.