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 Oct 31, 2024
1 parent 98dca11 commit b70d63d
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 @@ -42,7 +42,7 @@ Wiki = "https://github.com/NOAA-OWP/inundation-mapping/wiki"
skip-string-normalization = true
skip-magic-trailing-comma = true
line-length = 110
extend = '''
exclude = '''
/(
\.csv
)/
Expand All @@ -54,7 +54,7 @@ line_length = 110
multi_line_output = 3
lines_after_imports = 2
# extend-skip = [".csv"]
skip_glob = [".csv"]
skip_glob = ["*.csv"]

# yes, the exclue format is different from black
[tool.flake8]
Expand Down

0 comments on commit b70d63d

Please sign in to comment.