Skip to content

Commit

Permalink
Merge pull request #69 from RockefellerArchiveCenter/dependabot/pip/t…
Browse files Browse the repository at this point in the history
…ox-docker-eq-4.star

Update tox-docker requirement from ==3.* to ==4.*
  • Loading branch information
helrond authored Mar 3, 2023
2 parents 3e82fc7 + 2af8297 commit 9eb9626
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v2.0.1
hooks:
- id: autopep8
args: [--exit-code, --aggressive, --in-place, -r]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tox==3.*
tox-docker==3.*
tox-docker==4.*
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ select = B, C, E, F, W, B950
import-order-style = pep8
max-complexity = 10
ignore =
E501 # Line too long (82 > 79 characters).
W391 # Blank line at end of file
# Line too long (82 > 79 characters).
E501,
# Blank line at end of file
W391,

[docker:elasticsearch]
image = docker.elastic.co/elasticsearch/elasticsearch:7.9.3
Expand Down

0 comments on commit 9eb9626

Please sign in to comment.