Skip to content

Commit

Permalink
chore: pin edk to v0.1.0 (#8)
Browse files Browse the repository at this point in the history
Related to meltano/hub#1115

---------

Co-authored-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
  • Loading branch information
pnadolny13 and edgarrmondragon authored Feb 14, 2023
1 parent 14e889f commit 0bfe8b4
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 560 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort

Expand All @@ -30,12 +30,12 @@ repos:
- id: flake8
additional_dependencies:
- darglint==1.8.1
- flake8-annotations==2.9.0
- flake8-docstrings==1.6.0
- flake8-annotations==3.0.0
- flake8-docstrings==1.7.0
files: 'superset_ext/.*'

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Loading

0 comments on commit 0bfe8b4

Please sign in to comment.