Skip to content

Commit c67edcc

Browse files
committed
Created general bump()
1 parent bb4ccc0 commit c67edcc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

remove-json-keys/noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
def session(func) : return nox.session(venv_backend='none')(func)
66

7+
@session
8+
def bump(session) : session.run('python', 'utils/bump.py', *session.posargs)
79
@session
810
def bump_patch(session) : session.run('python', 'utils/bump.py', '--patch', *session.posargs)
911
@session

translate-messages/noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
def session(func) : return nox.session(venv_backend='none')(func)
66

7+
@session
8+
def bump(session) : session.run('python', 'utils/bump.py', *session.posargs)
79
@session
810
def bump_patch(session) : session.run('python', 'utils/bump.py', '--patch', *session.posargs)
911
@session

0 commit comments

Comments
 (0)