Skip to content

Commit

Permalink
Remove unnecessary settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Jul 22, 2023
1 parent b143c26 commit 261464e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ repos:
rev: v1.3.0
hooks:
- id: mypy
exclude: "test_comm_task" # Pre-commit mypy hates this one, crashes on (l106)
additional_dependencies:
- "attrs"
- "types-pyyaml"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ exclude = [
"PD901", # X is a bad variable name. (pandas)
"TCH",
]
"src/amltk/__version__.py" = ["D100"]
"__init__.py" = ["I002"]
"examples/*" = ["INP001", "I002", "E741", "D101", "D103", "T20", "D415"]
"docs/*" = ["INP001"]
Expand Down

0 comments on commit 261464e

Please sign in to comment.