Skip to content

Commit

Permalink
remove PD rules
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 14, 2023
1 parent c545bd4 commit 96013a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ ignore = [
"EM", # Exception texts - https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
"G004", # Logging statement uses f-string
"ISC001", # single-line-implicit-string-concatenation
"PD", # opinionated linting for pandas code
"S101", # use of assert detected
"TRY003", # Avoid specifying long messages outside the exception class
]
Expand Down

0 comments on commit 96013a1

Please sign in to comment.