Skip to content

Commit 7cf8783

Browse files
committed
remove unused tools
1 parent e310576 commit 7cf8783

File tree

7 files changed

+0
-73
lines changed

7 files changed

+0
-73
lines changed

.env.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
BASE_DIR="__CWD__"
3333

3434
# caching
35-
BLACK_CACHE_DIR="__CWD__/var/cache/black"
3635
PYLINTHOME="__CWD__/var/cache/pylint"
3736

3837
# tmp-dir

.just/black.justfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

.just/flake8.justfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

.just/isort.justfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

.just/nox.justfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

.just/tox.justfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,18 @@ set fallback
3535
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
3636
set shell := ["bash", "-uc"]
3737

38-
import '.just/black.justfile'
3938
import '.just/dir-structure.justfile'
4039
import '.just/dotenv.justfile'
41-
import '.just/flake8.justfile'
4240
import '.just/git.justfile'
4341
import '.just/ipython.justfile'
44-
import '.just/isort.justfile'
4542
import '.just/mypy.justfile'
46-
import '.just/nox.justfile'
4743
import '.just/pre-commit.justfile'
4844
import '.just/pylint.justfile'
4945
import '.just/pyroma.justfile'
5046
import '.just/pytest.justfile'
5147
import '.just/readthedocs.justfile'
5248
import '.just/ruff.justfile'
5349
import '.just/sphinx.justfile'
54-
import '.just/tox.justfile'
5550
import '.just/uv.justfile'
5651

5752
# Help target

0 commit comments

Comments
 (0)