Skip to content

Commit

Permalink
feat: pin dependencies on major version (#46)
Browse files Browse the repository at this point in the history
* feat: pin dependencies on major version

* feat: add httpx on dev dependencies group
  • Loading branch information
allisson authored Mar 16, 2023
1 parent 9033127 commit 289baf4
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 315 deletions.
13 changes: 4 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: fix-byte-order-marker
Expand All @@ -23,24 +23,19 @@ repos:
- id: absolufy-imports

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["--overwrite-in-place"]

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.1.0
hooks:
- id: black
args: ["--line-length=110"]

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
args: ["--max-line-length=110", "--ignore=E203,E501,W503"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks:
- id: mypy
Loading

0 comments on commit 289baf4

Please sign in to comment.