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/pre-commit/pre-commit-hooks: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 → c4a0b883114b00d8d76b479c820ce7950211c99b](pre-commit/pre-commit-hooks@f71fa2c...c4a0b88)
- [github.com/abravalheri/validate-pyproject: cc27459d0f843a9333dd181e7451a8d041591a25 → 57fe0d1748f3ace002f5599289f5a53330555b20](abravalheri/validate-pyproject@cc27459...57fe0d1)
- [github.com/editorconfig-checker/editorconfig-checker.python: 00804a44a0c6c4d3acbd67d9a31c47049b3d8b85 → 2b74735540f79457a50369e5c17a2c35d52c3298](editorconfig-checker/editorconfig-checker.python@00804a4...2b74735)
- [github.com/google/yapf: d3873c0693fe08e6233177c2f342af62547dcaa6 → 3e6cd99b6652cd00867b86e5e82a1dbccc5c0f72](google/yapf@d3873c0...3e6cd99)
- [github.com/pre-commit/mirrors-prettier: cafd5506f18eea191804850dacc0a4264772d59d → 1bedde25f5cae9b6e8799b161ccc3ab401f421bd](pre-commit/mirrors-prettier@cafd550...1bedde2)
- [github.com/rstcheck/rstcheck: 77751d7a7d81a5d47aa344d802f41809c4d063c0 → 445861c31d8134562e723d77115721038de2e687](rstcheck/rstcheck@77751d7...445861c)
- [github.com/PyCQA/bandit: 1ed79063e3672a1c6d91ee27cb648e07a7465344 → ca4faf2f82a7c68a088100f8ba2b8e56f9bdcfe3](PyCQA/bandit@1ed7906...ca4faf2)
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2023
1 parent 5556ae7 commit 0ca2117
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
hooks:
# check file system problems
- id: check-case-conflict
Expand Down 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: 57fe0d1748f3ace002f5599289f5a53330555b20 # frozen: v0.15
hooks:
- id: validate-pyproject
files: pyproject.toml$

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

- repo: https://github.com/google/yapf
rev: d3873c0693fe08e6233177c2f342af62547dcaa6 # frozen: v0.32.0
rev: 3e6cd99b6652cd00867b86e5e82a1dbccc5c0f72 # frozen: v0.40.2
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: "1bedde25f5cae9b6e8799b161ccc3ab401f421bd" # frozen: v4.0.0-alpha.3
hooks:
- id: prettier

- repo: https://github.com/rstcheck/rstcheck
rev: "77751d7a7d81a5d47aa344d802f41809c4d063c0" # frozen: v6.1.1
rev: "445861c31d8134562e723d77115721038de2e687" # frozen: v6.2.0
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 0ca2117

Please sign in to comment.