Skip to content

Commit

Permalink
chore: remove actionlint (#456)
Browse files Browse the repository at this point in the history
* chore: remove actionlint

* chore: pre-commit autoupdate
  • Loading branch information
Artem Rys authored Apr 6, 2022
1 parent 6534a38 commit a1a5124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.7"
- name: Install actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.8/scripts/download-actionlint.bash)
- uses: pre-commit/[email protected]
semgrep:
runs-on: ubuntu-latest
Expand Down
15 changes: 3 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,25 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args:
- --py37-plus
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy
exclude: ^docs/
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: local
hooks:
- id: actionlint
name: actionlint
entry: actionlint
args: [-ignore, 'property ".+" is not defined in object type']
language: script
types: ["yaml"]
files: ^.github/workflows/

0 comments on commit a1a5124

Please sign in to comment.