Skip to content

Commit 91fe0de

Browse files
committed
run pre-commit
1 parent 491b14d commit 91fe0de

File tree

13 files changed

+11
-16
lines changed

13 files changed

+11
-16
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN curl -L -o /usr/local/bin/pixi -fsSL --compressed "https://github.com/prefix
1010
USER vscode
1111
WORKDIR /home/vscode
1212

13-
RUN echo 'eval "$(pixi completion -s bash)"' >> /home/vscode/.bashrc
13+
RUN echo 'eval "$(pixi completion -s bash)"' >> /home/vscode/.bashrc

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
# numpy file format
4444
*.npy filter=lfs diff=lfs merge=lfs -text
4545
# GitHub syntax highlighting
46-
pixi.lock linguist-language=YAML merge=ourslock
46+
pixi.lock linguist-language=YAML merge=ourslock

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Upload coverage reports to Codecov
3030
uses: codecov/codecov-action@v4
3131
env:
32-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
32+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: pre-commit/[email protected]
10+
- uses: pre-commit/[email protected]

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
1717
gh-token: ${{ secrets.GITHUB_TOKEN }}
18-
parse-changelog: true
18+
parse-changelog: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ repos:
4141
args: [ --fix ]
4242
# Run the formatter.
4343
- id: ruff-format
44-
types_or: [ python, pyi ]
44+
types_or: [ python, pyi ]

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"ryanluker.vscode-coverage-gutters",
1515
"jjjermiah.pixi-vscode"
1616
]
17-
}
17+
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"/home/vscode/.local/lib/python3.10/site-packages/python_template/**": true
1212
},
1313
"python.analysis.autoImportCompletions": false //vscode gets it wrong more than right and mostly gets in the way
14-
}
14+
}

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
## python_template
44

55
## [0.0.0]
6-
7-

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,3 @@ There are two core tasks.
9494
2. run \<cfg\>
9595

9696
This runs python with the file set in \<cfg\>
97-
98-
99-

0 commit comments

Comments
 (0)