Skip to content

Commit

Permalink
Mention ruff in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 22, 2023
1 parent 39e5135 commit 52ff5eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: file-contents-sorter
files: docs/spelling_wordlist.txt
- repo: https://github.com/pycqa/doc8
rev: v1.1.1
hooks:
Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Pending
-------

* Adjusted app directories system check to allow for nested template loaders.
* Switched from flake8, isort and pyupgrade to `ruff
<https://beta.ruff.rs/>`__.

4.1.0 (2023-05-15)
------------------
Expand Down
25 changes: 13 additions & 12 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Hatchling
Hotwire
Jazzband
Makefile
Pympler
Roboto
Transifex
Werkzeug
async
backend
backends
backported
Expand All @@ -9,17 +18,13 @@ fallbacks
flamegraph
flatpages
frontend
Hatchling
Hotwire
htmx
inlining
isort
Jazzband
jinja
jQuery
jinja
jrestclient
js
Makefile
margins
memcache
memcached
Expand All @@ -36,22 +41,18 @@ psycopg
py
pyflame
pylibmc
Pympler
pyupgrade
querysets
refactoring
resizing
Roboto
spellchecking
spooler
stacktrace
stacktraces
startup
timeline
theming
timeline
tox
Transifex
unhashable
uWSGI
unhashable
validator
Werkzeug
async

0 comments on commit 52ff5eb

Please sign in to comment.