Skip to content

Commit 57bd901

Browse files
merge upstream main
2 parents be35749 + 61b95c7 commit 57bd901

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.12.0
26+
rev: v3.13.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[build-system]
44
build-backend = "_own_version_helper:build_meta"
55
requires = [
6-
"rich",
76
"setuptools>=61",
87
'tomli; python_version < "3.11"',
98
]

0 commit comments

Comments
 (0)