Skip to content

Commit 074efc3

Browse files
committed
remove versioning in requirements.txt
1 parent 9d757ab commit 074efc3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/config/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
##############################################################################
1313

1414
# Code Formatting
15-
black==25.1.0
15+
black
1616

1717
# Docstring Checking
18-
pydocstyle==6.3.0
19-
docstring_parser==0.17.0
18+
pydocstyle
19+
docstring_parser
2020

2121
# Linting
22-
flake8==7.3.0
23-
flake8-docstrings==1.7.0
22+
flake8
23+
flake8-docstrings

0 commit comments

Comments
 (0)