Skip to content

Commit

Permalink
[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.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/pre-commit/pre-commit: v2.20.0 → v3.2.2](pre-commit/pre-commit@v2.20.0...v3.2.2)
- [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.1.1](pre-commit/mirrors-mypy@v0.982...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent edd7fd9 commit 1c954cd
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-toml
Expand All @@ -15,19 +15,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pre-commit
rev: v2.20.0
rev: v3.2.2
hooks:
- id: validate_manifest

# Format with black
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black

# Flake8 for linting, line-length adjusted to match Black default
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [ flake8-builtins ]
Expand All @@ -37,6 +37,6 @@ repos:

# Type enforcement for Python
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.1.1
hooks:
- id: mypy

0 comments on commit 1c954cd

Please sign in to comment.