Skip to content

Commit

Permalink
docs(CHANGES): Note linting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 8, 2024
1 parent 9a21ad9 commit 8c6ea2f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

- _Add your latest changes from PRs here_

### Development

- Strengthen linting (#385)

- Add flake8-commas (COM)

- https://docs.astral.sh/ruff/rules/#flake8-commas-com
- https://pypi.org/project/flake8-commas/

- Add flake8-builtins (A)

- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
- https://pypi.org/project/flake8-builtins/

- Add flake8-errmsg (EM)

- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
- https://pypi.org/project/flake8-errmsg/

## django-slugify-processor 1.6.0 (2023-12-09)

_Maintenance only, no bug fixes or features_
Expand Down

0 comments on commit 8c6ea2f

Please sign in to comment.