Skip to content

Commit abd8d60

Browse files
committed
Remove pyupgrade from project:check
Since pyupgrade does not seem to have an option to only report potential upgrades without fixing them, it will be removed from the check.
1 parent c7cd616 commit abd8d60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exasol/toolbox/nox/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def check(session: Session) -> None:
3636
context = _context(session, coverage=True)
3737
py_files = [f"{file}" for file in python_files(PROJECT_CONFIG.root)]
3838
_version(session, Mode.Check, PROJECT_CONFIG.version_file)
39-
_pyupgrade(session, py_files)
4039
_code_format(session, Mode.Check, py_files)
4140
_pylint(session, py_files)
4241
_type_check(session, py_files)

0 commit comments

Comments
 (0)