Skip to content

Commit

Permalink
Merge pull request #8 from ties/feature/update-pre-commit
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
ties authored Dec 11, 2023
2 parents d437281 + c20a874 commit 24479b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
language_version: python3.11
Expand All @@ -11,13 +11,13 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
name: isort (python)
additional_dependencies: [toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.291
rev: v0.1.7
hooks:
- id: ruff
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
* Add a stable sort for event log items and use it in the web
index page.
* Build with Python 3.12
* Update pre-commit settings

0 comments on commit 24479b9

Please sign in to comment.