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.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0)
- [github.com/PyCQA/isort.git: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort.git/compare/5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent d2b5c6e commit 6c227e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
skip: [detect-aws-credentials, pylint]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: [--maxkb=100]
Expand All @@ -27,7 +27,7 @@ repos:
args: ["--license=Apache License 2.0", "--owner=Intel Corporation"]
- id: sigoptlint-python
- repo: https://github.com/PyCQA/isort.git
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/sigopt/black.git
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1"
rev: "v1.8.0"
hooks:
- id: mypy
entry: mypy
Expand Down

0 comments on commit 6c227e3

Please sign in to comment.