Skip to content

Commit

Permalink
Update dependencies (#495)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pylint requirement from ~=2.17 to ~=3.0 (#494)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2023
1 parent 08a0251 commit dafd5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
invoke~=2.2
pre-commit~=3.4
pylint~=2.17
pylint~=3.0

0 comments on commit dafd5f9

Please sign in to comment.