Skip to content

Commit

Permalink
Updated pre-commit and travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 13, 2020
1 parent 5490b6a commit 0d9b825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
hooks:
- id: check-added-large-files
- id: check-ast
- id: fix-byte-order-marker
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand All @@ -19,9 +20,12 @@ repos:
- id: check-symlinks
- id: check-vcs-permalinks
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: end-of-file-fixer
- id: name-tests-test
args:
- --django

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.1.1
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is managed by 'repo_helper'. Don't edit it directly.
---

os: linux
language: python
dist: focal
cache: pip
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
tags: true
repo: domdfcoding/octo-api
provider: pypi
user: "DomDF"
username: "DomDF"
password:
secure: pngO2Qh2lQLBTzR5na0IOD4vwPg60GmQ71yTMSeiY5DM/9zfEpEsW4q7M9ejjT1o12ETF+5V1mDEwHZ9jIaHsfT8J5dQVIHTJWR2FIdilO6uZlCtX42MULhVa6123xYTEr8bWXAmEgQK2f5r67GirHQ/1ytpen1JnqDuZWzBPXinatL0ACYSaJQD1pXO+0XGad4NKNYg0FYxU1MbnbOAqy3SQDKgf92OuLqgN+7vG3S7Vj1AJcnEc1DQ8Oopo3PYzUXg74sUKQCd46p/nDcUFA9mKxAV/EG0LN7NwmMyW4w4qxq+CzhRj1aY+fpJTAekRlYWGf7/5YiKRCRsaYiRL9SGURyOctYXfZhKI/NUpyyU2hGzQVWF+FGVFlAMTrExeeiqxrcTq5CJVj1B0CrsDCghJyxtocQifF8WUbwxpGqo4VaJins9cY4/Vg38pQ8nkxH1q7FeJLe8AslQ11LG7NM0T73lFqOwI4iHnMT5EDS2je6/zboarQC9xXNRML3sgdtJS9xiR4m7gAuwGdXeP9kKRL9X0eYIDGIzkdLOFFCreqDnxFwBjoMdB7prG65aeLqRzPcJzKWfuwh1wFU4YpXMrg8GrTws9n9KQ5LuOKx/Or57mW1X9PbzNMErb6vdKTfXYHzDwBmFbNHCUUfGFfq29j2463ZNx8E6gPQkQjg=
distributions: "sdist bdist_wheel"
Expand Down

0 comments on commit 0d9b825

Please sign in to comment.