We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2be20 commit 9709ae1Copy full SHA for 9709ae1
pyproject.toml
@@ -82,7 +82,7 @@ known_third_party = [
82
strict = true
83
files = "pendulum, tests"
84
show_error_codes = true
85
-#pretty = true
+pretty = true
86
87
# The following whitelist is used to allow for incremental adoption
88
# of Mypy. Modules should be removed from this whitelist as and when
tests/localization/test_cs.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
import pendulum
4
5
0 commit comments