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 → 2c9f875913ee60ca25ce70243dc24d5b6415598c](pre-commit/pre-commit-hooks@f71fa2c...2c9f875)
- [github.com/abravalheri/validate-pyproject: cc27459d0f843a9333dd181e7451a8d041591a25 → 34b52d9cda7b4e309aabd8c1edd82f33b06061eb](abravalheri/validate-pyproject@cc27459...34b52d9)
- [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/pycqa/isort: dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f → c235f5e450b4b84e58d114ed4c589cbf454175a3](PyCQA/isort@dbf82f2...c235f5e)
- [github.com/pre-commit/mirrors-prettier: cafd5506f18eea191804850dacc0a4264772d59d → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@cafd550...f12edd9)
- [github.com/rstcheck/rstcheck: 77751d7a7d81a5d47aa344d802f41809c4d063c0 → 445861c31d8134562e723d77115721038de2e687](rstcheck/rstcheck@77751d7...445861c)
- [github.com/PyCQA/bandit: 1ed79063e3672a1c6d91ee27cb648e07a7465344 → 22b4226078b041a16bf05163347a66ab4dbcf3a5](PyCQA/bandit@1ed7906...22b4226)
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent 5556ae7 commit 9959a55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
# check file system problems
- id: check-case-conflict
Expand Down Expand Up @@ -30,41 +30,41 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/abravalheri/validate-pyproject
rev: cc27459d0f843a9333dd181e7451a8d041591a25 # frozen: v0.12.1
rev: 34b52d9cda7b4e309aabd8c1edd82f33b06061eb # frozen: v0.16
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$
additional_dependencies:
- "toml"

- repo: https://github.com/pycqa/isort
rev: dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f # frozen: 5.12.0
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
hooks:
- id: isort
name: isort (python)
exclude: /ui_[^/]+\.py$|_res.py$

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "cafd5506f18eea191804850dacc0a4264772d59d" # frozen: v3.0.0-alpha.4
rev: "f12edd9c7be1c20cfa42420fd0e6df71e42b51ea" # frozen: v4.0.0-alpha.8
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: "22b4226078b041a16bf05163347a66ab4dbcf3a5" # frozen: 1.7.8
hooks:
- id: bandit
files: "python/ectec-gui/src/"
Expand Down

0 comments on commit 9959a55

Please sign in to comment.