Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent bd9e043 commit 42386ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions magpylib_material_response/demag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""demag_functions"""

# +
# pylint: disable=invalid-name, redefined-outer-name, protected-access
import sys
Expand Down
1 change: 1 addition & 0 deletions tests/test_meshing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test meshing functions"""

import magpylib as magpy
import numpy as np
import pytest
Expand Down

0 comments on commit 42386ac

Please sign in to comment.