Skip to content

Commit

Permalink
build: bump pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 23, 2023
1 parent 03abf83 commit c8f43a2
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 @@ -29,14 +29,14 @@ repos:
# https://pre-commit.com/hooks.html

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.0
hooks:
- id: mypy
# args: [--ignore-missing-imports]
additional_dependencies: [mkdocs]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff
- id: ruff-format
Expand Down

0 comments on commit c8f43a2

Please sign in to comment.