Skip to content

Commit

Permalink
Merge pull request #136 from oemof/fix/adjust-pre-commit-config
Browse files Browse the repository at this point in the history
Remove specific dirs from flake8 & isort
  • Loading branch information
nailend authored Oct 17, 2023
2 parents dacedac + 386d4ac commit a6c40ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
entry: flake8
language: python
types: [python]
args: ["src", "tests"]
# args: ["src", "tests"]

- repo: local
hooks:
Expand All @@ -25,7 +25,7 @@ repos:
entry: isort
language: python
types: [python]
args: ["--verbose", "src", "tests"]
# args: ["--verbose", "src", "tests"]

- repo: local
hooks:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Features

Fixes

* Remove specific dirs from flake8 & isort `#136 <https://github.com/oemof/oemof-tabular/pull/136>`_



0.0.4 Patch Release (2023-08-31)
Expand Down

0 comments on commit a6c40ca

Please sign in to comment.