Skip to content

Commit 1a53491

Browse files
henryiiilayday
authored andcommitted
chore: minor cleanup
Signed-off-by: Henry Schreiner <[email protected]>
1 parent f1aa873 commit 1a53491

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ repos:
2929
rev: 1.13.0
3030
hooks:
3131
- id: blacken-docs
32-
additional_dependencies: [black==23.1.0]
32+
additional_dependencies: [black==23.3.0]
3333
- repo: https://github.com/pre-commit/mirrors-prettier
3434
rev: "v3.0.0-alpha.6"
3535
hooks:
3636
- id: prettier
3737
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.260
38+
rev: v0.0.261
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --format, grouped, --show-fixes]

docs/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ versions:
6262
.. _project page: https://pypi.org/project/build/
6363

6464
.. _tomli: https://github.com/hukkin/tomli
65-
.. _toml: https://github.com/uiri/toml
6665

6766

6867
.. |3DCE51D60930EBA47858BA4146F633CBB0EB4BF2| replace:: ``3DCE51D60930EBA47858BA4146F633CBB0EB4BF2``

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ select = [
147147
"RUF", # ruff
148148
"UP", # pyupgrade
149149
"W", # pycodestyle
150-
"W", # pycodestyle
151150
"YTT", # flake8-2020
152151
]
153152
src = ["src"]

0 commit comments

Comments
 (0)