Skip to content

Commit 90f06b1

Browse files
authored
maint: Remove references to old files that were removed. (#4332)
1 parent e158395 commit 90f06b1

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
exclude = venv, __init__.py, doc/_build, doc/source/examples, pyaedt/third_party/**/*
2+
exclude = venv, __init__.py, doc/_build, doc/source/examples
33
select = W191, W291, W293, W391, E115, E117, E122, E124, E125, E225, E231, E301, E303, E501, F401, F403
44
count = True
55
max-complexity = 10

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ files: |
55
)
66
exclude: |
77
(?x)(
8-
^pyaedt/dlls/|
98
^pyaedt/rpc/|
109
^pyaedt/sbrplus/matlab/|
11-
^pyaedt/third_party/|
1210
pyaedt/conftest.py|
1311
_unittest/example_models/
1412
)

codecov.yml

-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ coverage:
1616
- "examples" # ignore folders and all its contents
1717
- "_unittest" # ignore folders and all its contents
1818
- "_unittest_ironpython" # ignore folders and all its contents
19-
- "pyaedt/third_party/**/*.py" # ignore folders and all its contents
2019
- "pyaedt/rpc/**/*.py" # ignore folders and all its contents
21-
- "pyaedt/generic/toolkit.py" # ignore folders and all its contents
2220
- "pyaedt/doctest_fixtures/*.py" # ignore folders and all its contents
23-
- "pyaedt/setup.py" # ignore folders and all its contents
24-
- "pyaedt/setup-distutils.py" # ignore folders and all its contents
25-
- "pyaedt/_setup_common.py" # ignore folders and all its contents
2621
- "pyaedt/misc/*.py" # ignore folders and all its contents
2722
- "pyaedt/sbrplus/hdm_utils.py" # ignore folder and all its contents

0 commit comments

Comments
 (0)