Skip to content

Commit b6f7b74

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#173)
* chore: [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/setup-cfg-fmt: v2.7.0 → v2.8.0](asottile/setup-cfg-fmt@v2.7.0...v2.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d433fe3 commit b6f7b74

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
@@ -23,7 +23,7 @@ repos:
2323
- id: black
2424

2525
- repo: https://github.com/asottile/setup-cfg-fmt
26-
rev: v2.7.0
26+
rev: v2.8.0
2727
hooks:
2828
- id: setup-cfg-fmt
2929
args: [--include-version-classifiers, --max-py-version=3.13]
@@ -39,7 +39,7 @@ repos:
3939
- types-requests
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.9.9"
42+
rev: "v0.11.4"
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ license_files = LICENSE
1313
classifiers =
1414
Development Status :: 3 - Alpha
1515
Intended Audience :: Developers
16-
License :: OSI Approved :: BSD License
1716
Natural Language :: English
1817
Programming Language :: Python :: 3
1918
Programming Language :: Python :: 3 :: Only

0 commit comments

Comments
 (0)