Skip to content

Commit 25505b7

Browse files
authored
Merge pull request #103 from scientific-python/pre-commit-ci-update-config
2 parents 89d0b06 + 33f1700 commit 25505b7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
19+
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
2020
hooks:
2121
- id: prettier
2222
files: \.(css|html|md|yml|yaml|gql)
2323
args: [--prose-wrap=preserve]
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
26+
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

devstats/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def query(repo_owner, repo_name, outdir, start_date):
7575
else:
7676
qtype = qtype_match.group(1)
7777

78-
qname, qext = os.path.splitext(query)
7978
data = GithubGrabber(
8079
query,
8180
qtype,

0 commit comments

Comments
 (0)