Skip to content

Commit

Permalink
🐛 Fix flake8 configuration
Browse files Browse the repository at this point in the history
Fixed flake8 not getting configuration file.
  • Loading branch information
sakarias88 committed Mar 22, 2024
1 parent 5250b99 commit 0db63de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Fixed
- Flake8 not getting configuration.

## [4.1.2] - 2024-03-22

### Fixed
Expand Down
1 change: 1 addition & 0 deletions python/hooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ let
inherit toolDerivation;
key = "flake8";
config = "flake8.ini";
configFlag = "--config";
files = [
".flake8"
"setup.cfg"
Expand Down

0 comments on commit 0db63de

Please sign in to comment.