Skip to content

Commit af3b376

Browse files
authored
Merge pull request #155 from libtcod/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b92d433 + efbd264 commit af3b376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: fix-byte-order-marker
1616
- id: detect-private-key
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.4.3
18+
rev: v0.5.1
1919
hooks:
2020
- id: ruff
2121
args: [--fix-only, --exit-non-zero-on-fix]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# The full version, including alpha/beta/rc tags.
7474
git_describe = subprocess.run(
75-
["git", "describe", "--abbrev=0"], # noqa: S603, S607
75+
["git", "describe", "--abbrev=0"], # noqa: S607
7676
stdout=subprocess.PIPE,
7777
text=True,
7878
check=True,

0 commit comments

Comments
 (0)