Skip to content

Commit

Permalink
Update precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jul 3, 2022
1 parent 718ba9a commit ca80d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: autoflake
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
Expand All @@ -16,7 +16,7 @@ repos:
args: [--max-line-length=125, "--extend-ignore=E203,W503,E402,F401"]
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
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 @@
setup(
name="sumo",
version=__version__,
description=("Heavy weight plotting tools for ab initio solid-state calculations"),
description="Heavy weight plotting tools for ab initio solid-state calculations",
url="https://github.com/smtg-ucl/sumo",
author="Alex Ganose, Adam J. Jackson",
author_email="d.scanlon@ucl.ac.uk",
Expand Down

0 comments on commit ca80d91

Please sign in to comment.