Skip to content

Commit

Permalink
add flake8 and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
this-josh committed Sep 19, 2024
1 parent d884e5b commit dc54c5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ dev-dependencies = [
"pytest>=8.3.3",
"pytest-mock>=3.14.0",
"ruff>=0.6.5",
"flake8>=7.1.1",
"coverage>=7.6.1",
]

[tool.hatch.metadata]
Expand Down
10 changes: 9 additions & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,27 @@
#
# last locked with the following flags:
# pre: false
# features: []
# features: ["dev"]
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
coverage==7.6.1
flake8==7.1.1
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
pytest==8.3.3
# via pytest-mock
pytest-mock==3.14.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# last locked with the following flags:
# pre: false
# features: []
# features: ["dev"]
# all-features: false
# with-sources: false
# generate-hashes: false
Expand Down

0 comments on commit dc54c5d

Please sign in to comment.