Skip to content

Commit

Permalink
ci: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislemke committed Jan 28, 2023
1 parent 9cd9569 commit c82aa1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ black = {extras = ["jupyter"], version = "^22.12.0"}
isort = "^5.12.0"
mypy = "^0.991"
nbstripout = "^0.6.1"
pre-commit = "^2.21.0"
pre-commit = "^3.0.1"
pylint = "^2.15.10"
ssort = "^0.11.6"

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9
platformdirs==2.6.2 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:83c8f6d04389165de7c9b6f0c682439697887bca0aa2f1c87ef1826be3584490 \
--hash=sha256:e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2
pre-commit==2.21.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658 \
--hash=sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad
pre-commit==3.0.1 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:3a3f9229e8c19a626a7f91be25b3c8c135e52de1a678da98eb015c0d0baea7a5 \
--hash=sha256:61ecb75e0e99939cc30c79181c0394545657855e9172c42ff98ebecb0e02fcb7
preshed==3.0.8 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:019d8fa4161035811fb2804d03214143298739e162d0ad24e087bd46c50970f5 \
--hash=sha256:06793022a56782ef51d74f1399925a2ba958e50c5cfbc6fa5b25c4945e158a07 \
Expand Down Expand Up @@ -1199,9 +1199,9 @@ scipy==1.10.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:b901b423c91281a974f6cd1c36f5c6c523e665b5a6d5e80fcb2334e14670eefd \
--hash=sha256:c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540 \
--hash=sha256:e096b062d2efdea57f972d232358cb068413dc54eec4f24158bcbb5cb8bddfd8
setuptools==66.1.1 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:6f590d76b713d5de4e49fe4fbca24474469f53c83632d5d0fd056f7ff7e8112b \
--hash=sha256:ac4008d396bc9cd983ea483cb7139c0240a07bbc74ffb6232fceffedc6cf03a8
setuptools==67.0.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:883131c5b6efa70b9101c7ef30b2b7b780a4283d5fc1616383cdf22c83cbefe6 \
--hash=sha256:9d790961ba6219e9ff7d9557622d2fe136816a264dd01d5997cfc057d804853d
simpful==2.9.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:29b0c1fe1dab5dc9eb137cf8ac7fad5ca44443398bd3917f14a37df6dc7f55a4 \
--hash=sha256:6d7e8077ac2b2499c3a1b86185cac52cc366d0a578428197b12575e451300855
Expand Down

0 comments on commit c82aa1f

Please sign in to comment.