Skip to content

Commit bc66076

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4fd9179 commit bc66076

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: D100, D101, D102, D103, N801
1+
# ruff: noqa: D100, D101, D102, N801
22
from setuptools import setup
33
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
44

python/src/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: D100, D101, D102, D103
1+
# ruff: noqa: D100, D103
22
import pytest
33
import moocore
44

python/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: D100, D101, D102, D103
1+
# ruff: noqa: D100
22
import pytest
33
import moocore
44

python/tests/test_moocore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: D100, D101, D102, D103
1+
# ruff: noqa: D100, D103
22
import pytest
33
import numpy as np
44
from numpy.testing import assert_array_equal, assert_allclose

python/tests/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: D100, D101, D102, D103
1+
# ruff: noqa: D100, D103
22
import pytest
33
import moocore
44
from numpy.testing import assert_array_equal, assert_allclose

0 commit comments

Comments
 (0)