fix: 💚 fix ci with ruff
All checks were successful
divent / lint (push) Successful in 1m26s
divent / docker (push) Successful in 1m30s
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-06-05 00:34:49 +02:00
parent 677e015df2
commit 57f2cb51c1
2 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v9
- run: poetry install
- run: poetry run flake8 .
- run: poetry run ruff check .
- run: poetry run mypy .
- run: poetry run djlint .

6
.gitignore vendored
View File

@ -107,8 +107,10 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
@ -158,4 +160,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
#.idea/