Skip to content

Commit cc2e185

Browse files
committed
Updated files with 'repo_helper'.
1 parent bf601a4 commit cc2e185

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: 0 12 * * 2,4,6
99

1010
jobs:
11-
test:
11+
Run:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: domdfcoding/octocheese@master

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
12+
- id: fix-byte-order-marker
1213
- id: check-byte-order-marker
1314
- id: check-case-conflict
1415
- id: check-executables-have-shebangs
@@ -19,12 +20,12 @@ repos:
1920
- id: check-symlinks
2021
- id: check-vcs-permalinks
2122
- id: detect-private-key
22-
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- id: mixed-line-ending
25+
- id: end-of-file-fixer
2526

2627
- repo: https://github.com/domdfcoding/pre-commit-hooks
27-
rev: v0.1.1
28+
rev: v0.1.6
2829
hooks:
2930
- id: requirements-txt-sorter
3031
args:
@@ -58,7 +59,7 @@ repos:
5859
- id: forbid-crlf
5960

6061
- repo: https://github.com/domdfcoding/yapf-isort
61-
rev: v0.5.1
62+
rev: v0.5.2
6263
hooks:
6364
- id: yapf-isort
6465
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33

4+
os: linux
45
language: python
56
dist: focal
67
cache: pip
@@ -62,7 +63,7 @@ jobs:
6263
tags: true
6364
repo: domdfcoding/flake8-dunder-all
6465
provider: pypi
65-
user: "DomDF"
66+
username: "DomDF"
6667
password:
6768
secure: fP5pFqWlcDvPsgEwnp0gpamm2ZFf6VAWvX0ppgimcKGMIvKy3CJ4r3B4saAbi9dzTvM4yRZt0As5oky5XLPA3kQC2py5BtUxw9qiiX/XfmKQJtd+f4IGa65dKtRVyIp78PZdVy/m7g+p+NTKnJ0na0JgrDGQWCKhmbE5n834FQsUCaXrCcTHzv9RyVtNcwvhi2pPvKsLrr+/+YWLYtg6FhZXECOfCzrFmoeYG/p4fpwZpE8jBW5ISL42GAPa9BXIdQF5PpbxZAEbZc/x/nzgx7ttyzc+l/Y8O6EF66FenqfT/RWP1L2fjhxrH0itMSrDIdqJq/Csw/yNyb6xln6LvfJOoNe5BJ9B4yOaOw3zMnbObPwjJdcBzCMMD0E6N6HWUEZsHvbzT1e8Imix1GmLCemqazQSLSlKziin3aj2DM6vm8KnSYkigv7XS3b9lTPR8TfJrkz91zUOFhHIifiaN07ZcWtwhEp1VFXFnJS18VifsdaYJU4S5ZoNZXwy8mn+5xCaQcNuBOM84pP4smR1Dboglv9uHBl1eth7CnX6XNEPsEVT+MO0wQb6MoAf9n37Z3mUPMu3hD4WTeD/Of/t4tRAmzomosof/9RcvOBHXBu6Fh88I3A4UtKwpzQqcBC2nAm/wmqLmfWvVvd/OtEtYMpoglvDLqBzzFB4jmv8c2Q=
6869
distributions: "sdist bdist_wheel"

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
coverage>=5.1
22
coverage-pyver-pragma>=0.0.6
3+
domdf-python-tools[testing]>=1.5.0
34
iniconfig!=1.1.0,>=1.0.1
45
pytest>=6.0.0
56
pytest-cov>=2.8.1

0 commit comments

Comments
 (0)