We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a8075 commit a7796feCopy full SHA for a7796fe
setup.cfg
@@ -9,6 +9,8 @@ filterwarnings =
9
ignore:The USE_L10N setting is deprecate:DeprecationWarning
10
# django 3.2 is using this module, but not in later versions any more
11
ignore:'cgi' is deprecated:DeprecationWarning
12
+ # httpretty is using the deprecated utcnow
13
+ ignore:datetime.datetime.utcnow.*is deprecated:DeprecationWarning
14
15
[flake8]
16
max-line-length = 88
0 commit comments