Skip to content

Commit

Permalink
per-subpackage fix loc
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed May 3, 2023
1 parent 9207d4d commit 2f06ccf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,31 @@ unfixable = [
"T203"
]

# TODO: fix these, on a per-subpackage basis.
# When a general exclusion is being fixed, but it affects many subpackages, it
# is better to fix for subpackages individually. The general exclusion should be
# copied to these subpackage sections and fixed there.
"astropy/config" = []
"astropy/constants" = []
"astropy/convolution" = []
"astropy/coordinates" = []
"astropy/cosmology" = []
"astropy/io" = []
"astropy/modeling" = []
"astropy/nddata" = []
"astropy/samp" = []
"astropy/stats" = []
"astropy/table" = []
"astropy/tests" = []
"astropy/time" = []
"astropy/timeseries" = []
"astropy/uncertainty" = []
"astropy/units" = []
"astropy/utils" = []
"astropy/visualization" = []
"astropy/wcs" = []


[isort]
known-third-party = ["erfa", "PyYAML", "packaging", "pytest", "scipy", "matplotlib"]
known-first-party = ["astropy", "extension_helpers"]
Expand Down

0 comments on commit 2f06ccf

Please sign in to comment.