Skip to content

Commit

Permalink
docs: Update changelog with entry about pinning linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Jan 23, 2024
1 parent 9c140cc commit 3e11fdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Things to be included in the next release go here.

### Changed

- Switched to ruff's formatter instead of black's formatter for python code
- Updated the version of `python-semantic-release` that is used to avoid needing to store a copy of the previous changelog in the repo
- Switched to ruff's formatter instead of black's formatter for python code.
- Updated the version of `python-semantic-release` that is used to avoid needing to store a copy of the previous changelog in the repo.
- Pinned the linters (ruff, pyright, pylint, docformatter) to specific versions to reduce failures when updates are released that add new rules or break existing rules.

______________________________________________________________________

Expand Down

0 comments on commit 3e11fdc

Please sign in to comment.