Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Dec 18, 2023
2 parents b986cbb + 9060353 commit c284084
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
Expand Up @@ -3,7 +3,7 @@ repos:
- id: black
language_version: python3
repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.0
- hooks:
- id: flake8
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"importlib_resources < 6; python_version < '3.10'",
]

tests_requirements.append("black==23.9.1")
tests_requirements.append("black==23.12.0")

setup(
name="PyDrive2",
Expand Down

0 comments on commit c284084

Please sign in to comment.