Skip to content

Commit

Permalink
Merge branch 'main' into add/user_guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ArinaDanilina authored Jun 13, 2024
2 parents d280ad8 + f0e5177 commit 7ac2d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: check-yaml
- id: check-toml
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
Expand All @@ -63,7 +63,7 @@ repos:
- id: doc8
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.7
rev: v0.4.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit 7ac2d9c

Please sign in to comment.