Skip to content

Commit

Permalink
[pre-commit.ci] Autoupdate pre-commit hook versions.
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci, https://pre-commit.com and
the `.pre-commit-config.yaml` file in this repository.


updates:
- [github.com/abravalheri/validate-pyproject: cc27459d0f843a9333dd181e7451a8d041591a25 → b752273289ecf6d81dbbe6fc8284f2689ef8514d](abravalheri/validate-pyproject@cc27459...b752273)
- [github.com/google/yapf: d3873c0693fe08e6233177c2f342af62547dcaa6 → 02c6bf02db4718ba8232f38def3183d62d4aa0ee](google/yapf@d3873c0...02c6bf0)
- [github.com/pre-commit/mirrors-prettier: cafd5506f18eea191804850dacc0a4264772d59d → 6fd1ced85fc139abd7f5ab4f3d78dab37592cd5e](pre-commit/mirrors-prettier@cafd550...6fd1ced)
- [github.com/rstcheck/rstcheck: 77751d7a7d81a5d47aa344d802f41809c4d063c0 → 165c37523acb08cc649f44d378c80266ce451c2a](rstcheck/rstcheck@77751d7...165c375)
- [github.com/PyCQA/bandit: 1ed79063e3672a1c6d91ee27cb648e07a7465344 → ca4faf2f82a7c68a088100f8ba2b8e56f9bdcfe3](PyCQA/bandit@1ed7906...ca4faf2)
  • Loading branch information
pre-commit-ci[bot] committed Jun 13, 2023
1 parent 5556ae7 commit 2091a59
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
Expand Up @@ -30,7 +30,7 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/abravalheri/validate-pyproject
rev: cc27459d0f843a9333dd181e7451a8d041591a25 # frozen: v0.12.1
rev: b752273289ecf6d81dbbe6fc8284f2689ef8514d # frozen: v0.13
hooks:
- id: validate-pyproject
files: pyproject.toml$
Expand All @@ -44,7 +44,7 @@ repos:
- "--disable-indent-size"

- repo: https://github.com/google/yapf
rev: d3873c0693fe08e6233177c2f342af62547dcaa6 # frozen: v0.32.0
rev: 02c6bf02db4718ba8232f38def3183d62d4aa0ee # frozen: v0.33.0
hooks:
- id: yapf
exclude: /ui_[^/]+\.py$|_res.py$
Expand All @@ -59,12 +59,12 @@ repos:
exclude: /ui_[^/]+\.py$|_res.py$

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "cafd5506f18eea191804850dacc0a4264772d59d" # frozen: v3.0.0-alpha.4
rev: "6fd1ced85fc139abd7f5ab4f3d78dab37592cd5e" # frozen: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

- repo: https://github.com/rstcheck/rstcheck
rev: "77751d7a7d81a5d47aa344d802f41809c4d063c0" # frozen: v6.1.1
rev: "165c37523acb08cc649f44d378c80266ce451c2a" # frozen: v6.1.2
hooks:
- id: rstcheck
additional_dependencies: [sphinx]
Expand All @@ -82,7 +82,7 @@ repos:
# - id: mypy

- repo: https://github.com/PyCQA/bandit
rev: "1ed79063e3672a1c6d91ee27cb648e07a7465344" # frozen: 1.7.4
rev: "ca4faf2f82a7c68a088100f8ba2b8e56f9bdcfe3" # frozen: 1.7.5
hooks:
- id: bandit
files: "python/ectec-gui/src/"
Expand Down

0 comments on commit 2091a59

Please sign in to comment.