We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0037eb commit 04bae94Copy full SHA for 04bae94
.pre-commit-config.yaml
@@ -8,7 +8,6 @@ repos:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
- exclude: conda/meta.yaml
12
13
# Can run individually with `pre-commit run black --all-files`
14
- repo: https://github.com/psf/black
tbump.toml
@@ -28,9 +28,6 @@ src = "pyproject.toml"
28
[[file]]
29
src = "zppy/__init__.py"
30
31
-[[file]]
32
-src = "conda/meta.yaml"
33
-
34
# You can specify a list of commands to
35
# run after the files have been patched
36
# and before the git commit is made
0 commit comments