mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-05-18 04:21:13 +00:00
use pyproject.toml as the version file now those changes are merged
This commit is contained in:
parent
fc2357e6bf
commit
73cae605fe
1 changed files with 1 additions and 3 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -28,11 +28,9 @@ jobs:
|
|||
- name: "install Ruff"
|
||||
uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
version: ">=0.15,<0.16"
|
||||
# use args to avoid the default behavior of running ruff check automatically
|
||||
args: "--version"
|
||||
# ToDo: use pyrpoject.toml as version-file
|
||||
# version-file: "pyproject.toml"
|
||||
version-file: "pyproject.toml"
|
||||
|
||||
- name: "Check formatting"
|
||||
run: ruff format --check --diff
|
||||
|
|
|
|||
Loading…
Reference in a new issue