Skip to content

Commit 9709ae1

Browse files
committed
Fix pre-commit hooks
1 parent 4b2be20 commit 9709ae1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ known_third_party = [
8282
strict = true
8383
files = "pendulum, tests"
8484
show_error_codes = true
85-
#pretty = true
85+
pretty = true
8686

8787
# The following whitelist is used to allow for incremental adoption
8888
# of Mypy. Modules should be removed from this whitelist as and when

tests/localization/test_cs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import pendulum
24

35

0 commit comments

Comments
 (0)