diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 263280b..28eeaaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_install_hook_types: [pre-commit,commit-msg] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,25 +16,25 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 args: ['--config=.flake8'] - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 6.0.1 hooks: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.1.1' # Use the sha / tag you want to point at + rev: 'v1.16.1' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [] - repo: https://github.com/espressif/conventional-precommit-linter - rev: v1.2.0 + rev: v1.10.0 hooks: - id: conventional-precommit-linter stages: [commit-msg] diff --git a/README.md b/README.md index 07699d3..d43c795 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# python-binary-action \ No newline at end of file +# python-binary-action