Skip to content

Commit

Permalink
check all file and run end of file fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Aug 17, 2022
1 parent 7e61260 commit 9999ef3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/aiida/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ broker_password: guest
broker_host: 127.0.0.1
broker_port: 5672
broker_virtual_host: ''
test_profile: true
test_profile: true
2 changes: 1 addition & 1 deletion .github/mongo/test_structures_mongo.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ jobs:

- name: Information
run: 'echo "${{ steps.cpr.outputs.pull-request-operation }} PR #${{ steps.cpr.outputs.pull-request-number }}: ${{ steps.cpr.outputs.pull-request-url }}"'

6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ repos:
- id: check-yaml
- id: check-json
- id: end-of-file-fixer
exclude: |
(?x)^(
.github/aiida/profile.yaml |
.github/mongo/test_structures_mongo.json |
.github/workflows/ci_dependabot.yml
)$

- repo: https://github.com/ambv/black
rev: 22.6.0
Expand Down

0 comments on commit 9999ef3

Please sign in to comment.