diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05b91fe..6ea6e9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,9 @@ repos: - repo: https://github.com/psf/black - rev: '' + rev: '22.10.0' hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 - rev: '' + rev: '3.9.2' hooks: - id: flake8 diff --git a/.travis.yml b/.travis.yml index 998a969..e20eb76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ dist: xenial os: linux install: +- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install -U importlib_metadata; fi - pip install coverage coveralls - test ! "$PRE_COMMIT" || pip install pre-commit - pip install "mypy>=0.782" diff --git a/README.md b/README.md index b1b32ab..31344fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PySyncThru - a very basic python SyncThru bridge -[![Build Status](https://travis-ci.com/nielstron/pysyncthru.svg?branch=master)](https://travis-ci.com/nielstron/pysyncthru) +[![Build Status](https://app.travis-ci.com/nielstron/pysyncthru.svg?branch=master)](https://app.travis-ci.com/github/nielstron/pysyncthru) [![Coverage Status](https://coveralls.io/repos/github/nielstron/pysyncthru/badge.svg?branch=master)](https://coveralls.io/github/nielstron/pysyncthru?branch=master) [![Package Version](https://img.shields.io/pypi/v/pysyncthru)](https://pypi.org/project/PySyncThru/) [![Python Versions](https://img.shields.io/pypi/pyversions/pysyncthru.svg)](https://pypi.org/project/PySyncThru/)