mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
migrate to a src layout
This commit is contained in:
parent
bfd1225616
commit
077832b5e2
3 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ dependencies = [
|
|||
Homepage = "https://github.com/jazzband/django-fernet-encrypted-fields/"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
requires = ["setuptools>=61.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ lint.fixable = ["ALL"]
|
|||
lint.ignore = ["A003", "COM812", "D", "DJ008", "ERA001", "ISC001", "PLC2401", "PLC2403", "PT011", "RUF001", "S101", "S105", "S608", "SIM103", "TC001", "TC002", "TC003", "UP040"]
|
||||
lint.select = ["ALL"]
|
||||
lint.unfixable = ["ERA001", "F401"]
|
||||
include = ["encrypted_fields/*.py", "package_test/*.py"]
|
||||
extend-include = ["package_test/**/*.py"]
|
||||
target-version = "py312"
|
||||
|
||||
##################
|
||||
|
|
|
|||
Loading…
Reference in a new issue