Skip to content

Commit 7c1e271

Browse files
author
Taher Chegini
committed
LNT: Run pre-commit. [skip ci]
1 parent 5d2da28 commit 7c1e271

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from click.testing import CliRunner
77

88

9-
@pytest.fixture()
9+
@pytest.fixture
1010
def runner():
1111
"""Return a CliRunner."""
1212
return CliRunner()

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",

tests/test_py3dep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_dem_vrt():
7878
assert_close(ds.mean().item(), expected)
7979

8080

81-
@pytest.mark.speedup()
81+
@pytest.mark.speedup
8282
def test_fill_depressions():
8383
ds = py3dep.get_dem(GEOM.bounds, 1000)
8484
ds = py3dep.fill_depressions(ds)

0 commit comments

Comments
 (0)