Skip to content

Commit

Permalink
Merge pull request #1066 from ClearcodeHQ/pre-commit.ci
Browse files Browse the repository at this point in the history
Make local hooks work
  • Loading branch information
fizyk authored Jan 17, 2025
2 parents ad6739b + bf11e54 commit a6ddff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
ci:
skip: [pipenv, mypy, black, ruff]

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
Expand All @@ -7,7 +10,7 @@ repos:
- id: pipenv
language: system
name: Install dependencies for the local linters
entry: pip install pipenv && pipenv install --dev
entry: bash -c "pip install pipenv && pipenv install --dev"
types_or:
- python
- toml # Pipfile
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+293efc73.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Skip local hooks from ci

0 comments on commit a6ddff6

Please sign in to comment.