Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit beb19fe

Browse filesBrowse files
authored
runtests.py: point pycln to pyproject.toml for config settings (#9202)
An oversight in #9197 that was noticed by @Avasam post-merge (thanks!)
1 parent 3fec659 commit beb19fe
Copy full SHA for beb19fe

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎scripts/runtests.py

Copy file name to clipboardExpand all lines: scripts/runtests.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main() -> None:
5858

5959
# Run formatters first. Order matters.
6060
print("\nRunning pycln...")
61-
subprocess.run([sys.executable, "-m", "pycln", path, "--all"])
61+
subprocess.run([sys.executable, "-m", "pycln", path, "--config=pyproject.toml"])
6262
print("\nRunning isort...")
6363
subprocess.run([sys.executable, "-m", "isort", path])
6464
print("\nRunning Black...")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.