This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch pre-commit-autoupdate in repository https://gitbox.apache.org/repos/asf/superset.git
commit 2a5212617152d46f455c3c7ca94374406d070276 Author: Evan Rusackas <[email protected]> AuthorDate: Tue Sep 27 15:28:52 2022 -0600 results of running the command --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b43e10c2cb..db8ebf8ac1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,20 +16,20 @@ # repos: - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.941 + rev: v0.981 hooks: - id: mypy additional_dependencies: [types-all] - repo: https://github.com/peterdemin/pip-compile-multi - rev: v2.4.1 + rev: v2.4.6 hooks: - id: pip-compile-multi-verify - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.3.0 hooks: - id: check-docstring-first - id: check-added-large-files @@ -41,12 +41,12 @@ repos: - id: trailing-whitespace args: ["--markdown-linebreak-ext=md"] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.8.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.4.1 # Use the sha or tag you want to point at + rev: v3.0.0-alpha.0 # Use the sha or tag you want to point at hooks: - id: prettier args: ['--ignore-path=./superset-frontend/.prettierignore']
