mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* add social media fields Clearly show when a facility is part of a campus #1336 fix get carrier with parameter Duplicate address(es) should result in rejection of JSON export and notification of IXP linting move style to css file social media field fixes fix tests remove social media fields from entity creation change label to "+ Social Media" poetry relock fix migration hierarchy fix missing template tag pin django-peeringdb to support_202303 branch django-cors-headers to 3.13 as 3.14 breaks stuff fix pdb_load issues PEERINGDB_SYNC_USERNAME linting django-peeringdb 3.0.0 * use .text() to set social media label content --------- Co-authored-by: 20C <code@20c.com>
18 lines
438 B
INI
18 lines
438 B
INI
[flake8]
|
|
extend-ignore = E203, E266, E501, C901, W503
|
|
exclude =
|
|
.git,
|
|
.venv,
|
|
.tox,
|
|
__pycache__,
|
|
build,
|
|
dist
|
|
# line length is intentionally set to 80 here because black uses Bugbear
|
|
# See https://github.com/psf/black/blob/master/docs/the_black_code_style.md#line-length for more details
|
|
max-line-length = 80
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|
|
|
|
per-file-ignores =
|
|
peeringdb_server/migrations/*.py:F401
|