Skip to content

Commit 7b72256

Browse files
committed
Updated files with repo_helper.
1 parent 4476938 commit 7b72256

21 files changed

Lines changed: 62 additions & 58 deletions

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ current_version = 0.1.1
33
commit = True
44
tag = True
55

6-
[bumpversion:file:git_helper.yml]
7-
86
[bumpversion:file:__pkginfo__.py]
97

108
[bumpversion:file:README.rst]
@@ -13,3 +11,4 @@ tag = True
1311

1412
[bumpversion:file:flake8_strftime/__init__.py]
1513

14+
[bumpversion:file:repo_helper.yml]

.ci/travis_deploy_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file is managed by `git_helper`. Don't edit it directly
2+
# This file is managed by `repo_helper`. Don't edit it directly
33

44
set -e -x
55

.dependabot/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `git_helper`. Don't edit it directly
1+
# This file is managed by `repo_helper`. Don't edit it directly
22

33
version: 1
44
update_configs:

.github/auto_assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `git_helper`. Don't edit it directly
1+
# This file is managed by `repo_helper`. Don't edit it directly
22

33
# Set to true to add reviewers to pull requests
44
addReviewers: true

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `git_helper`. Don't edit it directly
1+
# This file is managed by `repo_helper`. Don't edit it directly
22
__pycache__/
33
*.py[cod]
44
*$py.class

.isort.cfg

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11

22
[settings]
3-
line_length=115
4-
force_to_top=True
5-
indent=Tab
6-
multi_line_output=3
7-
import_heading_stdlib=stdlib
8-
import_heading_thirdparty=3rd party
9-
import_heading_firstparty=this package
10-
import_heading_localfolder=this package
11-
balanced_wrapping=False
12-
lines_between_types=0
13-
use_parentheses=True
14-
default_section=THIRDPARTY
3+
line_length = 115
4+
force_to_top = True
5+
indent = Tab
6+
multi_line_output = 3
7+
import_heading_stdlib = stdlib
8+
import_heading_thirdparty = 3rd party
9+
import_heading_firstparty = this package
10+
import_heading_localfolder = this package
11+
balanced_wrapping = False
12+
lines_between_types = 0
13+
use_parentheses = True
14+
default_section = THIRDPARTY
1515
;no_lines_before=LOCALFOLDER
16-
known_third_party=
17-
github
18-
requests
16+
known_third_party =
1917
coverage
2018
flake8
19+
github
2120
pytest
2221
pytest-cov
2322
pytest-randomly
2423
pytest-rerunfailures
25-
known_first_party=
26-
flake8_strftime
24+
requests
25+
known_first_party = flake8_strftime

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `git_helper`. Don't edit it directly
1+
# This file is managed by `repo_helper`. Don't edit it directly
22

33
# .readthedocs.yml
44
# Read the Docs configuration file

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `git_helper`. Don't edit it directly
1+
# This file is managed by `repo_helper`. Don't edit it directly
22

33
language: python
44
dist: xenial

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ include LICENSE
33
include requirements.txt
44
recursive-exclude **/__pycache__ *
55
recursive-include flake8_strftime/ *.pyi
6-
recursive-include flake8_strftime/ py.typed
6+
include flake8_strftime/py.typed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flake8_strftime
99
.. end short_desc
1010
1111
12-
.. start shields
12+
.. start shields
1313
1414
.. list-table::
1515
:stub-columns: 1
@@ -31,7 +31,7 @@ flake8_strftime
3131
.. |docs| image:: https://img.shields.io/readthedocs/flake8_strftime/latest?logo=read-the-docs
3232
:target: https://flake8_strftime.readthedocs.io/en/latest/?badge=latest
3333
:alt: Documentation Status
34-
34+
3535
.. |docs_check| image:: https://github.com/domdfcoding/flake8_strftime/workflows/Docs%20Check/badge.svg
3636
:target: https://github.com/domdfcoding/flake8_strftime/actions?query=workflow%3A%22Docs+Check%22
3737
:alt: Docs Check Status
@@ -64,7 +64,7 @@ flake8_strftime
6464
:target: https://pypi.org/project/flake8_strftime/
6565
:alt: PyPI - Package Version
6666

67-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_strftime
67+
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_strftime?logo=python&logoColor=white
6868
:target: https://pypi.org/project/flake8_strftime/
6969
:alt: PyPI - Supported Python Versions
7070

@@ -77,16 +77,16 @@ flake8_strftime
7777
:alt: PyPI - Wheel
7878

7979
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8_strftime?logo=anaconda
80-
:alt: Conda - Package Version
8180
:target: https://anaconda.org/domdfcoding/flake8_strftime
81+
:alt: Conda - Package Version
8282

8383
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/flake8_strftime?label=conda%7Cplatform
84-
:alt: Conda - Platform
8584
:target: https://anaconda.org/domdfcoding/flake8_strftime
85+
:alt: Conda - Platform
8686

8787
.. |license| image:: https://img.shields.io/github/license/domdfcoding/flake8_strftime
88-
:alt: License
8988
:target: https://github.com/domdfcoding/flake8_strftime/blob/master/LICENSE
89+
:alt: License
9090

9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8_strftime
9292
:alt: GitHub top language

0 commit comments

Comments
 (0)