Skip to content

Commit e3c6f65

Browse files
committed
More @coderabbitai nit picks
1 parent f1a57e6 commit e3c6f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ include = ["src/undate/**/*.py", "src/undate/**/*.lark", "/tests"]
8181
pythonpath = "src/"
8282
markers = [
8383
"last : run marked tests after all others",
84-
"first : run marked tests efore all others",
84+
"first : run marked tests before all others",
8585
]
8686

8787
[tool.mypy]

src/undate/converters/edtf/edtf.lark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
date: year | year "-" month | year "-" month "-" day
1616

17-
year: INT | /\-/ INT
17+
year: /-?\d+/
1818
month: /(0[1-9])|(1[0-2])/
1919
day: /([0-2][1-9])|(3[0-1])/
2020

0 commit comments

Comments
 (0)