File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4444 rev : v3.1.0
4545 hooks :
4646 - id : setup-cfg-fmt
47- args : [--max-py-version=3.13 , --include-version-classifiers]
47+ args : [--max-py-version=3.14 , --include-version-classifiers]
4848
4949 # Notebook formatting
5050 - repo : https://github.com/nbQA-dev/nbQA
9393 - id : rm-unneeded-f-str
9494
9595 - repo : https://github.com/astral-sh/ruff-pre-commit
96- rev : " v0.14.0 "
96+ rev : " v0.14.1 "
9797 hooks :
98- - id : ruff
98+ - id : ruff-check
9999 types_or : [python, pyi, jupyter]
100100 args : [--fix, --show-fixes, --line-length=120]
101101 # Run the formatter.
Original file line number Diff line number Diff line change 88
99DIR = Path (__file__ ).parent .resolve ()
1010
11+ nox .needs_version = ">=2024.4.15"
1112nox .options .sessions = ["lint" , "pylint" , "tests" ]
13+ nox .options .default_venv_backend = "uv|virtualenv"
1214
1315
1416@nox .session
You can’t perform that action at this time.
0 commit comments