Skip to content

Commit d383552

Browse files
[pre-commit.ci] pre-commit autoupdate (#182)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) * Bump deps --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <[email protected]>
1 parent b2060fd commit d383552

File tree

3 files changed

+154
-156
lines changed

3 files changed

+154
-156
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: python-check-blanket-type-ignore
2828
exclude: "test_type_ignore.py"
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.9.9
30+
rev: v0.11.4
3131
hooks:
3232
- id: ruff
3333
- repo: local

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
name = "flake8-annotations"
33
version = "3.1.1"
44
description = "Flake8 Type Annotation Checks"
5+
license = "MIT"
6+
license-files = ["LICENSE"]
57
authors = [
68
{name = "sco1", email = "[email protected]"}
79
]
8-
maintainers = [
9-
{name = "sco1", email = "[email protected]"}
10-
]
1110

1211
readme = "README.md"
1312
classifiers = [
1413
"Framework :: Flake8",
1514
"Environment :: Console",
1615
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1816
"Operating System :: OS Independent",
19-
"Development Status :: 5 - Production/Stable",
17+
"Development Status :: 6 - Mature",
2018
"Programming Language :: Python",
2119
"Programming Language :: Python :: 3",
2220
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)