File tree Expand file tree Collapse file tree
understack-flavor-matcher Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ source = "vcs"
4747root = " ../../"
4848
4949[tool .ruff ]
50- target-version = " py311 "
50+ target-version = " py312 "
5151fix = true
5252
5353[tool .ruff .lint ]
Original file line number Diff line number Diff line change 11[tool .ruff ]
2- target-version = " py310 "
2+ target-version = " py312 "
33fix = true
44
55[tool .ruff .lint ]
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ testpaths = [
3838[tool .ruff ]
3939# use our default and override anything we need specifically
4040extend = " ../pyproject.toml"
41- target-version = " py310 "
41+ target-version = " py312 "
4242
4343[tool .ruff .lint .per-file-ignores ]
4444"tests/**/*.py" = [
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ filterwarnings = [
8383[tool .ruff ]
8484# use our default and override anything we need specifically
8585extend = " ../pyproject.toml"
86- target-version = " py310 "
86+ target-version = " py312 "
8787
8888[tool .ruff .lint .per-file-ignores ]
8989"tests/test_nautobot_event_parser.py" = [" E501" ]
You can’t perform that action at this time.
0 commit comments