Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.1.0 → 23.11.0](psf/black@23.1.0...23.11.0)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.7.1](pre-commit/mirrors-mypy@v1.0.1...v1.7.1)
pre-commit-ci[bot] authored Nov 27, 2023

Verified

This commit was signed with the committer’s verified signature.
messense messense
1 parent caaee69 commit c8f7509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -10,12 +10,12 @@ repos:
- id: check-ast

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.11.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

@@ -26,7 +26,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.7.1
hooks:
- id: mypy
additional_dependencies: [types-attrs]

0 comments on commit c8f7509

Please sign in to comment.