Skip to content

Commit

Permalink
Fixup linting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Mar 29, 2023
1 parent 204129f commit 4afbe93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repos:
- id: black
args: [--safe, --quiet]
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.6.4
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
language_version: python3
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
tox==4.4.8
black==23.1.0; python_version >= '3.0'
black==23.1.0;
flake8==5.0.4;
isort==5.6.4; python_version >= '3.0'
isort==5.12.0;

0 comments on commit 4afbe93

Please sign in to comment.