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 → 9c5d56cc2002f5a9cae15b1fbdc1e4366ab1b684](abravalheri/validate-pyproject@cc27459...9c5d56c)
- [github.com/editorconfig-checker/editorconfig-checker.python: 00804a44a0c6c4d3acbd67d9a31c47049b3d8b85 → b3e3a39d35aee80c3ed21255fd5816f3752039d1](editorconfig-checker/editorconfig-checker.python@00804a4...b3e3a39)
- [github.com/google/yapf: d3873c0693fe08e6233177c2f342af62547dcaa6 → e58b7c49a2795d5201e7fdc1b556f5f874d95253](google/yapf@d3873c0...e58b7c4)
- [github.com/pre-commit/mirrors-prettier: cafd5506f18eea191804850dacc0a4264772d59d → 672abe14d309fc28817d45b6be25ea976a92222a](pre-commit/mirrors-prettier@cafd550...672abe1)
- [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 Aug 29, 2023
1 parent 5556ae7 commit af25463
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/abravalheri/validate-pyproject
rev: cc27459d0f843a9333dd181e7451a8d041591a25 # frozen: v0.12.1
rev: 9c5d56cc2002f5a9cae15b1fbdc1e4366ab1b684 # frozen: v0.14
hooks:
- id: validate-pyproject
files: pyproject.toml$

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 00804a44a0c6c4d3acbd67d9a31c47049b3d8b85 # frozen: 2.7.1
rev: b3e3a39d35aee80c3ed21255fd5816f3752039d1 # frozen: 2.7.2
hooks:
- id: editorconfig-checker
alias: ec
args:
- "--disable-indent-size"

- repo: https://github.com/google/yapf
rev: d3873c0693fe08e6233177c2f342af62547dcaa6 # frozen: v0.32.0
rev: e58b7c49a2795d5201e7fdc1b556f5f874d95253 # frozen: v0.40.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: "672abe14d309fc28817d45b6be25ea976a92222a" # frozen: v3.0.2
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 af25463

Please sign in to comment.