Skip to content

Commit

Permalink
Update warning filter for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 21, 2023
1 parent 84ab0c4 commit 03439f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ filterwarnings =
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
ignore:invalid escape sequence \\:DeprecationWarning
ignore:invalid escape sequence '\\ ':DeprecationWarning
always: ast..* is deprecated and will be removed in Python 3.14; use ast..* instead:DeprecationWarning:black.parsing
always:Attribute (n|s) is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning:black.parsin
[flake8]
max-line-length = 120
Expand Down

0 comments on commit 03439f9

Please sign in to comment.