Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.275...v0.0.292)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.6.0](pre-commit/mirrors-mypy@v1.4.1...v1.6.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 16, 2023
1 parent f25b3c8 commit e3e80d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.6.0
hooks:
- id: mypy
args:
Expand All @@ -19,6 +19,6 @@ repos:
additional_dependencies:
- types-all
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 # Use the ref you want to point at
rev: v4.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace

0 comments on commit e3e80d3

Please sign in to comment.