Skip to content

Commit

Permalink
Merge pull request #137 from vr050714/adding_flake8-mutable
Browse files Browse the repository at this point in the history
added flake8-mutable
  • Loading branch information
DmytroLitvinov authored Oct 6, 2023
2 parents 34bdf49 + b56f5d3 commit d4a32eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Extensions for finding possible bugs.
- [flake8-unused-arguments](https://github.com/nhoad/flake8-unused-arguments) - Warn against unused arguments in functions.
- [flake8-useless-assert](https://github.com/decorator-factory/flake8-useless-assert) - Detect useless `assert` statements.
- [flake8-warnings](https://github.com/orsinium-labs/flake8-warnings) - Detect usage of deprecated modules, classes, and functions.
- [flake8-mutable](https://github.com/ebeweber/flake8-mutable) - Detect usage of mutable objects as default values for arguments.

## Clean code

Expand Down

0 comments on commit d4a32eb

Please sign in to comment.