Skip to content

Commit ca3ddc6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7414918 commit ca3ddc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

make_conda_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
- {author}
8585
- github.com/{github_username}
8686
87-
"""
87+
""",
8888
)
8989

9090
print(f"Wrote recipe to {recipe_dir / 'meta.yaml'}")

tests/test_notebook2script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def check_output(outfile: PathPlus) -> None:
5353
type('3')
5454
# In[11]:
5555
print('3' + '3')
56-
"""
56+
""",
5757
).split('\n'):
5858
if not re.match(r"^#*\s*$", line):
5959
continue

tests/test_pointless_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_pointless_checker(tmp_path, advanced_file_regression: AdvancedFileRegre
3838
data = np.arange(10)
3939
data
4040
41-
"""
41+
""",
4242
)
4343

4444
linter = Pointless()

0 commit comments

Comments
 (0)