Skip to content

Commit

Permalink
Merge pull request #60 from cvxgrp/tschm-patch-2
Browse files Browse the repository at this point in the history
Update .pre-commit-config.yaml
  • Loading branch information
tschm authored Aug 20, 2023
2 parents 654137d + a174750 commit 0e1a00e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: pre-commit

on:
pull_request:
push:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
3 changes: 0 additions & 3 deletions .markdownlint.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: fix-encoding-pragma
Expand All @@ -22,3 +21,5 @@ repos:
rev: v0.35.0
hooks:
- id: markdownlint-fix
# MD013: line too long
args: [--disable, MD013, "--"]

0 comments on commit 0e1a00e

Please sign in to comment.