Skip to content

Commit

Permalink
fine tuning linting
Browse files Browse the repository at this point in the history
  • Loading branch information
“RobHanna-NOAA” authored and “RobHanna-NOAA” committed Nov 19, 2024
1 parent c005216 commit 489b662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ skip-magic-trailing-comma = true
line-length = 110
exclude = '''
/(
\.csv
\.csv$
)/
'''

Expand All @@ -71,7 +71,7 @@ extend-ignore = """
F401,
F403,
"""
exclude = ["*.csv"]
exclude = [".\*.csv"]

per-file-ignores = """
src/subdiv_chan_obank_src.py: E712
Expand Down

0 comments on commit 489b662

Please sign in to comment.