Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-tandon committed May 22, 2023
1 parent b29a8da commit dad3dde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ repos:
rev: 22.6.0
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ def k8s_test(f):
not has_k8s(), reason="kubernetes is unavailable or skipped"
)
return mark(skip(f))

2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==6.2.5
pytest==6.2.5

0 comments on commit dad3dde

Please sign in to comment.