Skip to content

Commit

Permalink
Merge branch 'main' into feature/cmp0xff/81-comply-with-ruff-pydocsty…
Browse files Browse the repository at this point in the history
…le-d
  • Loading branch information
cmp0xff committed Aug 31, 2024
2 parents 1e4e8f4 + 9222420 commit cf49177
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: "^notebooks/|^notes/"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: debug-statements
Expand All @@ -11,17 +11,15 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.2
rev: v0.6.3
hooks:
# Run the linter.
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
# Run the formatter.
- id: ruff-format
- repo: https://github.com/ambv/black
rev: 24.4.2
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
language: python
Expand Down

0 comments on commit cf49177

Please sign in to comment.