Skip to content

Commit

Permalink
ci: remove redundant linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Nov 14, 2023
1 parent cdaf69c commit 38a6fd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pre_commit.yaml

This file was deleted.

16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ repos:
- flake8-rst-docstrings
- flake8-docstrings
- flake8-builtins
- flake8-logging-format
- flake8-rst-docstrings
- flake8-rst
- flake8-markdown
- flake8-bugbear
- flake8-comprehensions
- flake8-print
- repo: https://github.com/psf/black
rev: 23.11.0
hooks:
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit 38a6fd9

Please sign in to comment.