WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5911465

Browse files
authored
Merge pull request #57 from asmeurer/pre-commit-auto
pre-commit autoupdate
2 parents 4bdd3f9 + 875e033 commit 5911465

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.1.3"
22+
rev: "v0.3.2"
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -42,7 +42,7 @@ repos:
4242
- id: codespell
4343

4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: "v3.0.3"
45+
rev: "v4.0.0-alpha.8"
4646
hooks:
4747
- id: prettier
4848
types_or: [yaml, markdown, html, css, scss, javascript, json]

removestar/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
$ removestar -i module/ # Modifies every Python file in module/ recursively
1414
1515
"""
16+
1617
import argparse
1718
import glob
1819
import io

0 commit comments

Comments
 (0)