Skip to content

Commit 0216fee

Browse files
author
Taher Chegini
committed
LNT: Run pre-commit. [skip ci]
1 parent 97b5fa0 commit 0216fee

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

.flake8

Lines changed: 0 additions & 18 deletions
This file was deleted.

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def _add_standard_imports(doctest_namespace):
2121
doctest_namespace["geoutils"] = geoutils
2222

2323

24-
@pytest.fixture()
24+
@pytest.fixture
2525
def wms_resp():
2626
"""Return a WMS response."""
2727
return WMS(
@@ -38,7 +38,7 @@ def wms_resp():
3838
)
3939

4040

41-
@pytest.fixture()
41+
@pytest.fixture
4242
def gtiff_list():
4343
"""Return a WMS response."""
4444
return WMS(

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python",
2424
"Programming Language :: Python :: 3 :: Only",
25-
"Programming Language :: Python :: 3.8",
2625
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)