Skip to content

Commit

Permalink
Remove src/stpipe/extern as configobj now comes from astropy
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 24, 2023
1 parent 4f92a3b commit 035a3db
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3,959 deletions.
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ doctest_plus = true
doctest_rst = true
text_file_format = 'rst'
addopts = ''
norecursedirs = [
'src/stpipe/extern',
]
testpaths = [
'tests',
]
Expand All @@ -89,7 +86,6 @@ select = [
line-length = 88
extend-exclude = [
'docs',
'src/stpipe/extern',
'scripts/strun',
]
extend-ignore = [
Expand All @@ -100,7 +96,6 @@ extend-ignore = [
profile = "black"
filter_files = true
line_length = 88
extend_skip_glob = ["src/stpipe/extern/*"]

[tool.black]
line-length = 88
Expand All @@ -111,14 +106,10 @@ force-exclude = '''
| \.git
| \.pytest_cache
| \.tox
| src/stpipe/extern
)/
)
'''

[tool.flynt]
exclude = ["src/stpipe/extern/*"]

[tool.codespell]
skip="*.pdf,*.fits,*.asdf,.tox,build,./tags,.git,docs/_build"
# ignore-words-list="""
Expand Down
8 changes: 0 additions & 8 deletions src/stpipe/extern/__init__.py

This file was deleted.

Empty file.
Loading

0 comments on commit 035a3db

Please sign in to comment.