Skip to content

Commit 433ee86

Browse files
author
Yasen Trahnov
committed
req files
1 parent 428eb3e commit 433ee86

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

lint_requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Lint requirements
2+
black==25.1.0
3+
flake8==7.1.2
4+
flake8-pyproject==1.2.3
5+
isort==6.0.0
6+
mypy==1.15.0
7+
shellcheck-py==0.10.0.1
8+
9+
# Type annotation stubs
10+
types-pygments
11+
types-PyYAML
12+
types-requests
13+
types-setuptools
14+
types-toml
15+
16+
# Install the actual bits for mypy
17+
-r test_requirements.txt

test_requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Test requirements
2+
pygments
3+
pytest
4+
pytest-subtests
5+
python-gnupg

0 commit comments

Comments
 (0)