Skip to content

Commit

Permalink
ci(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/jazzband/pip-tools: 7.3.0 → 7.4.1](jazzband/pip-tools@7.3.0...7.4.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.9.0](pre-commit/mirrors-mypy@v1.6.0...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 5fd2cde commit 4f6f849
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
Expand Up @@ -16,7 +16,7 @@ repos:
- id: name-tests-test

- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.1
hooks:
- id: pip-compile
name: pip-compile pyproject.toml
Expand All @@ -34,18 +34,18 @@ repos:
args: [--py37-plus, --add-import, 'from __future__ import annotations']

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: [types-all]

0 comments on commit 4f6f849

Please sign in to comment.