Skip to content

Commit ef9bac0

Browse files
committed
Use ruff for linting
Remove pylint and flake8.
1 parent a03a80e commit ef9bac0

File tree

2 files changed

+1
-117
lines changed

2 files changed

+1
-117
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ dev = [
3636
"types-requests>=2.32.0.20250328",
3737
]
3838
lint = [
39-
"flake8>=7.2.0",
4039
"mypy>=1.15.0",
41-
"pylint>=3.3.6",
4240
"ruff>=0.11.6",
4341
]
4442

@@ -113,9 +111,8 @@ dependency_groups = [
113111
"lint",
114112
]
115113
commands = [
116-
["flake8", "geoip2"],
117114
["mypy", "geoip2", "tests"],
118-
["pylint", "geoip2"],
115+
["ruff", "check"],
119116
["ruff", "format", "--check", "--diff", "."],
120117
]
121118

uv.lock

Lines changed: 0 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)