Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shillinc-osu committed Feb 11, 2024
1 parent 317604b commit 31904de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 33 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v1.25.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
hooks:
- id: clang-format
33 changes: 0 additions & 33 deletions .github/workflows/clang_autoformat.yml

This file was deleted.

0 comments on commit 31904de

Please sign in to comment.