mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-30 16:01:59 +01:00
13 lines
454 B
Diff
13 lines
454 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index 505479b..907ea17 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -11,6 +11,7 @@ filterwarnings =
|
|
# for Python 3.11
|
|
ignore:path is deprecated.*:DeprecationWarning:certifi
|
|
ignore:module 'sre_constants' is deprecated:DeprecationWarning:pkg_resources
|
|
+ ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release:DeprecationWarning
|
|
|
|
[flake8]
|
|
max-line-length = 120
|