Skip to content

Commit f0bfd10

Browse files
Update Pipfile with development dependencies
Co-Authored-By: abucknall@blues.com <abucknall@blues.com>
1 parent e59fd33 commit f0bfd10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ iso8601 = "==0.1.12"
1212
pyserial = "==3.4"
1313
python-periphery = "==2.3.0"
1414
pyyaml = "==6.0.1"
15-
flake8 = "==6.1.0"
1615
pytest = "==8.3.4"
17-
pydocstyle = "==5.0.2"
1816
packaging = ">=20.4"
1917
coveralls = "==3.3.1"
2018
ddtrace = "==2.21.1"
@@ -23,3 +21,5 @@ build = "*"
2321
twine = "*"
2422
pre-commit = "*"
2523
exceptiongroup = "*" # Python 3.9 & 3.10 compatibility with pytest
24+
pydocstyle = "*"
25+
flake8 = "*"

0 commit comments

Comments
 (0)