Skip to content

Commit 838d967

Browse files
committed
Cleanup
1 parent e3fbf56 commit 838d967

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: DeterminateSystems/magic-nix-cache-action@main
1515
- uses: HatsuneMiku3939/direnv-action@v1
1616
- run: |
17-
pip install -r requirements/dev.txt
17+
pip install -r requirements/pre-commit.txt
1818
pre-commit run -a

requirements/dev.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
-r ./base.txt
1+
-r ./pre-commit.txt
22
-r ./publish.txt
3+
-r ./setuptools.txt
34
-r ./test.txt
4-
black==22.10.0
5-
flake8==5.0.4
6-
isort==5.10.1
7-
mypy==0.991
8-
pre-commit==2.20.0
95
pytest-watch==4.2.0
10-
types-setuptools==75.8.0.20250110

requirements/pre-commit.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
black==22.10.0
2+
flake8==5.0.4
3+
isort==5.10.1
4+
mypy==0.991
5+
pre-commit==2.20.0
6+
types-setuptools==75.8.0.20250110

requirements/publish.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
-r ./base.txt
1+
-r ./setuptools.txt
22
build==0.7.0
33
twine==3.8.0

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
-r ./base.txt
1+
-r ./setuptools.txt
22
pytest==7.2.0
33
tox==3.27.1

0 commit comments

Comments
 (0)