This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 6c24ff90985 pre-commit autoupdate (#8867)
6c24ff90985 is described below
commit 6c24ff9098557ba4d057d8acf9fe5560b31214a7
Author: John Bampton <[email protected]>
AuthorDate: Tue Apr 23 21:28:45 2024 +1000
pre-commit autoupdate (#8867)
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0848a124794..9004ed9daee 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
+ rev: v4.6.0
hooks:
#- id: check-added-large-files
- id: check-case-conflict
@@ -57,7 +57,7 @@ repos:
exclude: \.(cs|xml)$
# - id: trailing-whitespace
- repo: https://github.com/pycqa/flake8
- rev: 6.1.0
+ rev: 7.0.0
hooks:
- id: flake8
args: [--config, .github/linters/.flake8]