Skip to content

Commit 43f9319

Browse files
committed
Updated config files
1 parent a8a3f37 commit 43f9319

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: end-of-file-fixer
2626

2727
- repo: https://github.com/domdfcoding/pre-commit-hooks
28-
rev: v0.1.4
28+
rev: v0.1.6
2929
hooks:
3030
- id: requirements-txt-sorter
3131
args:
@@ -35,7 +35,7 @@ repos:
3535
- id: bind-requirements
3636

3737
- repo: https://github.com/domdfcoding/flake8-dunder-all
38-
rev: v0.1.0
38+
rev: v0.1.3
3939
hooks:
4040
- id: ensure-dunder-all
4141
files: ^domdf_python_tools/.*\.py$
@@ -59,7 +59,7 @@ repos:
5959
- id: forbid-crlf
6060

6161
- repo: https://github.com/domdfcoding/yapf-isort
62-
rev: v0.5.1
62+
rev: v0.5.2
6363
hooks:
6464
- id: yapf-isort
6565
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===========================
1+
====================
22
domdf_python_tools
3-
===========================
3+
====================
44

55
.. start short_desc
66

0 commit comments

Comments
 (0)