summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-05 04:51:25 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-05 05:18:34 +0100
commit0d2d6ce3b0e157e412cc4202381cab10ce1186a3 (patch)
treec8bf34d29b889c3e221b01d46cb5b828231227e1
parent706a1818e32df548405a6b143e2fd873b3826600 (diff)
downloadcherrypy-git-0d2d6ce3b0e157e412cc4202381cab10ce1186a3.tar.gz
🎨 Drop YAML comments w/o proper space
-rw-r--r--.appveyor.yml6
-rw-r--r--.pre-commit-config.yaml2
2 files changed, 0 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3f4aa9bd..8255d7ac 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -40,12 +40,6 @@ on_finish:
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\.test-results\pytest\results.xml))
-#deploy_script:
-#- ps: >-
-# if($env:appveyor_repo_tag -eq 'True') {
-# Invoke-Expression "python -m twine upload dist/* --username $env:PYPI_USERNAME --password $env:PYPI_PASSWORD"
-# }
-
artifacts:
- path: dist\*
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 27a356a1..7f694de0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,8 +20,6 @@ repos:
- id: check-ast
- id: check-byte-order-marker
- id: check-case-conflict
- # disabled due to pre-commit/pre-commit-hooks#159
- #- id: check-docstring-first
- id: check-json
include: .mention-bot
- id: check-symlinks