Skip to content

Commit ed98779

Browse files
Updated files with 'repo_helper'. (#38)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent f4e56b1 commit ed98779

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
files: ^domdf_python_tools/.*\.py$
4242

4343
- repo: https://github.com/domdfcoding/flake2lint
44-
rev: v0.2.0
44+
rev: v0.3.0
4545
hooks:
4646
- id: flake2lint
4747

@@ -68,7 +68,7 @@ repos:
6868
- id: forbid-crlf
6969

7070
- repo: https://github.com/repo-helper/formate
71-
rev: v0.3.1
71+
rev: v0.4.2
7272
hooks:
7373
- id: formate
7474
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$

setup.py

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

44
# stdlib
5+
import shutil
56
import sys
67

78
# 3rd party
@@ -19,3 +20,5 @@
1920
py_modules=[],
2021
version=__version__,
2122
)
23+
24+
shutil.rmtree("domdf_python_tools.egg-info", ignore_errors=True)

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ skip_missing_interpreters = True
1818
isolated_build = True
1919
requires =
2020
pip>=20.3.3
21-
tox-envlist>=0.1.0
22-
tox-pip-version==0.0.7
21+
tox-envlist>=0.2.1
22+
tox-pip-version>=0.0.7
2323

2424
[envlists]
2525
test = py36, py37, py38, py39, py310-dev, pypy36, pypy37

0 commit comments

Comments
 (0)