Skip to content

Commit

Permalink
style: following the coding style before
Browse files Browse the repository at this point in the history
this commit is for `pre-commit` mainly
  • Loading branch information
changchiyou committed May 9, 2024
1 parent 252bf1d commit 32d9b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python = "^3.8"
beautifulsoup4 = ">=4.9.3"
Pillow = ">=4.0.0"
PyYAML = ">=5.1"
lxml = ">=4.2.0,<5.2.0"
lxml = ">=4.2.0, <5.2.0"
nltk = ">=3.6.6"
requests = ">=2.26.0"
feedparser = ">=6.0.0"
Expand Down

0 comments on commit 32d9b56

Please sign in to comment.