Skip to content

Commit

Permalink
Merge branch 'main' into rtd/ubuntu-24.04-mambaforge-23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored Jul 26, 2024
2 parents ebfa843 + a460295 commit 198cddc
Showing 1 changed file with 3 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 @@ -9,7 +9,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -21,7 +21,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand All @@ -33,7 +33,7 @@ repos:
- id: blackdoc

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit 198cddc

Please sign in to comment.