Skip to content

Commit

Permalink
build: organize comments for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwv committed Jan 15, 2023
1 parent 69e3294 commit dfa8fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ dev = [
"pytest>=7",
"pytest-relaxed>=2",
"pytest-cov>=4",
# linting
# Formatting
# Linting
"pylint>=2.9.5",
# Formatting
# Flake8 5.x seems to have an odd importlib-metadata incompatibility?
"flake8>=4,<5",
"isort>=5.10.1",
"black>=22.8,<22.9",
# Debuggery
"icecream>=2.1",
# publish
# Publish
"twine>=1.15",
]

Expand Down

0 comments on commit dfa8fb7

Please sign in to comment.