Skip to content

Commit

Permalink
remove the sync script (pydata#5573)
Browse files Browse the repository at this point in the history
* remove the sync script

* remove the reference to ci-additional.yaml [skip-ci]
  • Loading branch information
keewis authored Jul 11, 2021
1 parent 2c9da66 commit 7f722cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-pre-commit-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXECUTE_COMMANDS: |
python -m pre_commit autoupdate
python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_only
python -m pre_commit run --all-files
COMMIT_MESSAGE: 'pre-commit: autoupdate hook versions'
COMMIT_NAME: 'github-actions[bot]'
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/sync_linter_versions.py

This file was deleted.

1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ repos:
# - id: velin
# args: ["--write", "--compact"]
- repo: https://github.com/pre-commit/mirrors-mypy
# version must correspond to the one in .github/workflows/ci-additional.yaml
rev: v0.910
hooks:
- id: mypy
Expand Down

0 comments on commit 7f722cf

Please sign in to comment.