Skip to content

Commit

Permalink
Enabled flake8-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiZ committed May 29, 2023
1 parent e2efb42 commit 34ac94a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- flake8-future-annotations
- flake8-no-implicit-concat
- flake8-print
# - flake8-requirements
- flake8-requirements
- flake8-simplify
- flake8-use-fstring
- flake8-use-pathlib
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ per-file-ignores =
tests/*:D101,D102,ANN201
max-line-length = 120
docstring-convention = google
known-modules = donk.ai:[donk,tests]

[isort]
line_length = 120
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"pandas~=1.5",
"tensorflow~=2.12",
"tensorflow-probability~=0.20",
"keras~=2.12",
"sympy~=1.12",
"tqdm",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from tests.data.data import load_state_controller_dataset
from tests.data import load_state_controller_dataset

__all__ = [
"load_state_controller_dataset",
Expand Down

0 comments on commit 34ac94a

Please sign in to comment.