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.
1 parent 2de8a4e commit d2cbee1Copy full SHA for d2cbee1
noxfile.py
@@ -52,7 +52,7 @@ def format(session):
52
if format_all:
53
lint_paths_py = ['.']
54
else:
55
- target_branch = 'origin/main'
+ target_branch = 'main'
56
57
unstaged_files = subprocess.run(
58
[
0 commit comments