diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73c0511b..0897f4e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 # Use the latest stable version of Black + rev: 26.5.1 # Use the latest stable version of Black hooks: - id: black args: [--line-length=88] # Adjust line length as needed \ No newline at end of file