Skip to content

Commit

Permalink
Merge pull request #385 from lbl-anp/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
markbandstra authored Feb 14, 2024
2 parents f24f403 + 5a9c9a6 commit 65bbb2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ repos:
- id: mixed-line-ending
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.39.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
1 change: 0 additions & 1 deletion becquerel/tools/element.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Element symbols, names, Z values, and masses."""


# Element data (Z, symbol, name, and relative atomic mass) are from Wikipedia:
# https://en.wikipedia.org/wiki/List_of_chemical_elements

Expand Down
1 change: 1 addition & 0 deletions tests/metadata_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Ensure the metadata is updated and valid."""

from utils import REPO_PATH
import becquerel as bq

Expand Down
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helpers for testing."""

from pathlib import Path
import requests

Expand Down

0 comments on commit 65bbb2b

Please sign in to comment.