Skip to content

Commit 52ff5eb

Browse files
committed
Mention ruff in the changelog
1 parent 39e5135 commit 52ff5eb

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- id: mixed-line-ending
10+
- id: file-contents-sorter
11+
files: docs/spelling_wordlist.txt
1012
- repo: https://github.com/pycqa/doc8
1113
rev: v1.1.1
1214
hooks:

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Pending
55
-------
66

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

911
4.1.0 (2023-05-15)
1012
------------------

docs/spelling_wordlist.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Hatchling
2+
Hotwire
3+
Jazzband
4+
Makefile
5+
Pympler
6+
Roboto
7+
Transifex
8+
Werkzeug
9+
async
110
backend
211
backends
312
backported
@@ -9,17 +18,13 @@ fallbacks
918
flamegraph
1019
flatpages
1120
frontend
12-
Hatchling
13-
Hotwire
1421
htmx
1522
inlining
1623
isort
17-
Jazzband
18-
jinja
1924
jQuery
25+
jinja
2026
jrestclient
2127
js
22-
Makefile
2328
margins
2429
memcache
2530
memcached
@@ -36,22 +41,18 @@ psycopg
3641
py
3742
pyflame
3843
pylibmc
39-
Pympler
44+
pyupgrade
4045
querysets
4146
refactoring
4247
resizing
43-
Roboto
4448
spellchecking
4549
spooler
4650
stacktrace
4751
stacktraces
4852
startup
49-
timeline
5053
theming
54+
timeline
5155
tox
52-
Transifex
53-
unhashable
5456
uWSGI
57+
unhashable
5558
validator
56-
Werkzeug
57-
async

0 commit comments

Comments
 (0)