From e83ac1faf5060cb6128f88c5816a1fd097aa2b62 Mon Sep 17 00:00:00 2001 From: Ray Chan Date: Fri, 3 May 2024 12:15:05 -0700 Subject: [PATCH] Fix github ci command --- .pre-commit-config.yaml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 635c93c..c4563b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: - -i - --ignore=E309,E501 -- repo: https://gitlab.com/pycqa/flake8.git +- repo: https://github.com/PyCQA/flake8 rev: 3.7.6 hooks: - id: flake8 diff --git a/README.rst b/README.rst index 1f0167c..e27de3b 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ How to contribute :: - tox -e py27 # Note: use py35 for Python 3.5, see tox.ini for possible values + tox -e py38 # Note: use py310 for Python 3.10, see tox.ini for possible values #. Commit patches: http://gitref.org/basic/ #. Push to github: ``git pull && git push origin``