Skip to content

Commit

Permalink
Merge pull request #206 from nextstrain/remove-extra-actionlint
Browse files Browse the repository at this point in the history
Remove extra actionlint
  • Loading branch information
joverlee521 authored Oct 10, 2023
2 parents 1f169d2 + f6b5581 commit 887ea3b
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
exclude: '\.(tsv|fasta|gb)$|^ingest/vendored/'
repos:
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.4
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: snakefmt
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/google/yamlfmt
rev: v0.10.0
hooks:
- id: actionlint
- id: yamlfmt
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand All @@ -30,25 +36,15 @@ repos:
rev: v0.0.1
hooks:
- id: sync-pre-commit-deps
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
hooks:
- id: codespell
additional_dependencies:
- tomli
- id: actionlint
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
hooks:
- id: shellcheck
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
- id: toml-sort-fix
- repo: https://github.com/google/yamlfmt
rev: v0.10.0
hooks:
- id: yamlfmt
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.4
hooks:
- id: actionlint
- id: snakefmt

0 comments on commit 887ea3b

Please sign in to comment.