Skip to content

Commit

Permalink
Merge pull request #1177 from burningmantech/pre-commit
Browse files Browse the repository at this point in the history
Add EOF fixer, no commit to master
  • Loading branch information
wsanchez authored Apr 20, 2024
2 parents afe9b8c + d899de2 commit e2184a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ jobs:
python-version: "3.13.0-alpha.3"
optional: true
tox-prefix: "test"
if: github.ref != 'refs/heads/master'

services:
mysql:
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: end-of-file-fixer
- id: forbid-new-submodules
- id: mixed-line-ending
- id: name-tests-test
args:
- --pytest-test-first
- id: requirements-txt-fixer
- id: no-commit-to-branch
args: ["--branch", "master"]
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit e2184a3

Please sign in to comment.