Skip to content

Commit

Permalink
Merge pull request #61 from dawnbeen/revert-59-lfs
Browse files Browse the repository at this point in the history
Revert "Added clang-format executables to lfs"
  • Loading branch information
cacharle committed Aug 28, 2023
2 parents c8ec3c5 + 594a642 commit accb13a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/python-package-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
- name: Test with pytest
run: |
pytest -vvv
with:
lfs: true
- name: Static type checking with mypy
run: |
mypy c_formatter_42
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- name: Test with pytest
run: |
pytest -vvv
with:
lfs: true
- name: Static type checking with mypy
run: |
mypy c_formatter_42
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dist/
build/
docs/build/
.coverage
venv
/.venv
/debug
/.vimspector.json

.vscode
Binary file modified c_formatter_42/data/clang-format-darwin
Binary file not shown.
Binary file modified c_formatter_42/data/clang-format-linux
Binary file not shown.
Binary file modified c_formatter_42/data/clang-format-win32.exe
Binary file not shown.

0 comments on commit accb13a

Please sign in to comment.