We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd7bb commit ae76cafCopy full SHA for ae76caf
.gitignore
@@ -1,4 +1,4 @@
1
-build
+/build
2
coverage
3
node_modules
4
yarn-error.log
pyproject.toml
@@ -14,6 +14,7 @@ filterwarnings = [
14
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid",
15
"ignore:^Deprecated call to .pkg_resources\\.declare_namespace\\('.*'\\).\\.:DeprecationWarning:pkg_resources",
16
"ignore:^'cgi' is deprecated and slated for removal in Python 3\\.13$:DeprecationWarning:webob",
17
+ "ignore:^datetime\\.datetime\\.utcnow\\(\\) is deprecated and scheduled for removal in a future version\\.:DeprecationWarning",
18
]
19
20
[tool.pydocstyle]
0 commit comments