Skip to content

Commit

Permalink
Avoid broken ipinfo (malariagen#300)
Browse files Browse the repository at this point in the history
* avoid broken ipinfo

* upgrade precommit
  • Loading branch information
alimanfoo authored Nov 23, 2022
1 parent dba7041 commit 00114ee
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 583 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# https://pre-commit.com/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
# isort should run before black as black sometimes tweaks the isort output
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
# https://github.com/python/black#version-control-integration
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/keewis/blackdoc
rev: v0.3.4
rev: v0.3.8
hooks:
- id: blackdoc
- repo: https://gitlab.com/pycqa/flake8
rev: 5.0.1
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
Loading

0 comments on commit 00114ee

Please sign in to comment.