Skip to content

Commit

Permalink
Update ruff and add python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Apr 2, 2024
1 parent 4faa5ef commit 30ad8f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
line-length = 119

[tool.ruff]
ignore = ["E501", "E402", "F401", "F403", "F841"]
lint.ignore = ["E501", "E402", "F401", "F403", "F841"]
line-length = 119

[tool.poetry.dependencies]
Expand All @@ -33,6 +33,7 @@ requests = ">=2.31"
requests-toolbelt = ">=1.0"
peewee = ">=3.17"
toml = ">=0.10"
python-dateutil = ">=2.8"
qrcode = ">=7.4"
rich = ">=13.7"
pillow = ">=10.1"
Expand All @@ -50,7 +51,7 @@ passlib = ">=1.7"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4"
ruff = ">=0.2"
ruff = ">=0.3"
setuptools = ">=69.0"
cython = ">=3.0"

Expand Down

0 comments on commit 30ad8f5

Please sign in to comment.