diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34a73e0a..3df9141f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: entry: flake8 language: python types: [python] - args: ["src", "tests"] +# args: ["src", "tests"] - repo: local hooks: @@ -25,7 +25,7 @@ repos: entry: isort language: python types: [python] - args: ["--verbose", "src", "tests"] +# args: ["--verbose", "src", "tests"] - repo: local hooks: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 56bbe752..dead4858 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,8 @@ Features Fixes +* Remove specific dirs from flake8 & isort `#136 `_ + 0.0.4 Patch Release (2023-08-31)