Skip to content

Commit

Permalink
0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Sep 27, 2024
1 parent bceaa69 commit 7c160fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ repos:
- id: isort
additional_dependencies: [toml]

- repo: https://github.com/psf/black
rev: 23.3.0
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.2.2"
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
args: ['--config', '.flake8']
exclude: '.*/migrations/.*|conf'
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Version History
===============

Version 0.10.1 (unreleased)
---------------------------
Version 0.10.1
--------------
* Remamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny)
* Fixed the test configuration following #282
* Improve CSP support by avoiding inline styles and server-side rendered stylesheets (#287, thank you @bmihelac)
Expand Down

0 comments on commit 7c160fd

Please sign in to comment.