File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11default_language_version :
2- python : python3.11 # set for project python version
2+ python : python3.12
33repos :
44 - repo : local
55 hooks :
2424 types : ["python"]
2525 - id : safety
2626 name : safety
27- entry : pipenv check --ignore 70612
27+ entry : pipenv check
2828 language : system
2929 pass_filenames : false
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
4444 pipenv run ruff check .
4545
4646safety : # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
47- pipenv check --ignore 70612
47+ pipenv check
4848 pipenv verify
4949
5050lint-apply : black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0" , " wheel " ]
2+ requires = [" setuptools>=61.0" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
You can’t perform that action at this time.
0 commit comments