Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Apr 18, 2023
1 parent c75e0da commit d693760
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ repos:
[
"--ignore-missing-imports", # Ignore missing imports
"--warn-unused-ignores", # Warn about unused ignore comments
"--disable-error-code=name-defined", # To suppress Name "snakemake"
# is not defined [name-defined]
"--disable-error-code=var-annotated",
"--disable-error-code=var-annotated",
"--disable-error-code=dict-item",
"--disable-error-code=arg-type",
"--disable-error-code=assignment",
"--disable-error-code=attr-defined",
]

0 comments on commit d693760

Please # to comment.