Skip to content

Commit

Permalink
Merge branch 'main' into 156-forceuncertaintyhistrogram
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jul 27, 2023
2 parents 0cb69fe + 05fdaff commit f98d704
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies: ["tomli"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.269'
rev: 'v0.0.280'
hooks:
- id: ruff
- repo: https://github.com/executablebooks/mdformat
Expand Down

0 comments on commit f98d704

Please sign in to comment.