Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Oct 1, 2023
1 parent 30ed45b commit a0d85ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.37.0
hooks:
- id: markdownlint-fix
3 changes: 0 additions & 3 deletions kapitan/refs/secrets/vaultkv.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
from kapitan.refs.base64 import Base64Ref, Base64RefBackend
from kapitan.refs.vault_resources import VaultClient, VaultError

<<<<<<< HEAD
from hvac.exceptions import Forbidden, InvalidPath

=======
>>>>>>> 6ceb580 (changes from black/isort)
logger = logging.getLogger(__name__)


Expand Down
3 changes: 0 additions & 3 deletions kapitan/refs/secrets/vaulttransit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
from kapitan.refs.base64 import Base64Ref, Base64RefBackend
from kapitan.refs.vault_resources import VaultClient, VaultError

<<<<<<< HEAD
from hvac.exceptions import Forbidden, InvalidPath

=======
>>>>>>> 6ceb580 (changes from black/isort)
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit a0d85ee

Please sign in to comment.