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 8eac832 commit 126ef95Copy full SHA for 126ef95
.github/workflows/release.yml
@@ -58,4 +58,3 @@ jobs:
58
skip-existing: true
59
verbose: true
60
print-hash: true
61
-
.pre-commit-config.yaml
@@ -1,4 +1,13 @@
1
repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
+ hooks:
5
+ - id: check-case-conflict
6
+ - id: check-merge-conflict
7
+ - id: check-yaml
8
+ - id: end-of-file-fixer
9
+ - id: trailing-whitespace
10
+
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
rev: v0.11.13
13
hooks:
LICENSE
@@ -199,4 +199,3 @@
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
See the License for the specific language governing permissions and
201
limitations under the License.
202
0 commit comments