pre-commit: Bump versions

hacking now has a native hook.

Change-Id: I8ad60bd1eae4a6a624e122acbb7d2e5e4576870c
This commit is contained in:
Takashi Kajinami
2024-10-10 15:06:16 +09:00
committed by Stephen Finucane
parent d913e611fa
commit 6f912c92d0
2 changed files with 5 additions and 21 deletions

View File

@@ -1,15 +1,6 @@
# We from the Oslo project decided to pin repos based on the
# commit hash instead of the version tag to prevend arbitrary
# code from running in developer's machines. To update to a
# newer version, run `pre-commit autoupdate` and then replace
# the newer versions with their commit hash.
default_language_version:
python: python3
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
# Replaces or checks mixed line ending # Replaces or checks mixed line ending
@@ -27,13 +18,8 @@ repos:
- id: debug-statements - id: debug-statements
- id: check-yaml - id: check-yaml
files: .*\.(yaml|yml)$ files: .*\.(yaml|yml)$
- repo: local - repo: https://opendev.org/openstack/hacking
rev: 7.0.0
hooks: hooks:
- id: flake8 - id: hacking
name: flake8 additional_dependencies: []
additional_dependencies:
- hacking>=6.1.0,<6.2.0
language: python
entry: flake8
files: '^.*\.py$'
exclude: '^(doc|releasenotes|tools)/.*$'

View File

@@ -1,5 +1,3 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=4.0 # Apache-2.0 coverage>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx>=2.0.0 # BSD sphinx>=2.0.0 # BSD