We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--fix
1 parent d22e0f8 commit 8363a31Copy full SHA for 8363a31
1 file changed
translate-messages/noxfile.py
@@ -19,7 +19,7 @@ def debug(session) : session.run('py', '-m', pkg.name, '--debug', *session.posar
19
@session
20
def lint(session) : session.run('ruff', 'check', '.', *session.posargs)
21
22
-def lint_fix(session) : session.run('ruff', 'check', '--fix', '.', *session.posargs)
+def lint_fix(session) : session.run('ruff', 'check', '.', '--fix', *session.posargs)
23
24
25
def bump_patch(session, no_push=True):
0 commit comments