Skip to content

Commit

Permalink
Merge pull request #6 from nicholasjng/multifile-artifacts
Browse files Browse the repository at this point in the history
Update dev requirements
  • Loading branch information
nicholasjng authored Dec 23, 2023
2 parents e5faf51 + de68166 commit 39d3088
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-added-large-files
- id: end-of-file-fixer
- id: trailing-whitespace
# only include python files
# only include python files
files: \.py$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
Expand All @@ -23,5 +23,5 @@ repos:
rev: v0.1.9
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
args: [ --fix ]
- id: ruff-format
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
#
build==1.0.3
cfgv==3.4.0
distlib==0.3.7
distlib==0.3.8
filelock==3.13.1
fsspec==2023.10.0
identify==2.5.31
fsspec==2023.12.2
identify==2.5.33
iniconfig==2.0.0
nodeenv==1.8.0
packaging==23.2
platformdirs==3.11.0
platformdirs==4.1.0
pluggy==1.3.0
pre-commit==3.5.0
pre-commit==3.6.0
pyproject-hooks==1.0.0
pytest==7.4.3
pyyaml==6.0.1
virtualenv==20.24.6
virtualenv==20.25.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 39d3088

Please sign in to comment.