Skip to content

Commit

Permalink
Merge pull request #149 from KingsburyLab/bugfix
Browse files Browse the repository at this point in the history
CI: updates per scientific python repo review
  • Loading branch information
rkingsbury authored Jul 25, 2024
2 parents 6eabdc4 + 17f90d2 commit f7bc9ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.4.8
hooks:
- id: ruff
args: [--fix, --ignore, "D,E501", "--show-fixes"]

- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
hooks:
- id: black
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Database: `size.radius_ionic` was missing units for `Ni[+2]` and `Cr[+3]`. Correct units have been added.

### Changed

- CI: Small updates to pre-commit and GitHub actions per scientific python [repo review](https://scientific-python.github.io/repo-review/?repo=kingsburylab%2FpyEQL&branch=main).

## [1.0.3] - 2024-07-20

### Fixed
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ version_scheme = "no-guess-dev"
line-length = 120

[tool.ruff]
target-version = "py39"
line-length = 120
exclude = [".dat"]
src = ["src"]
Expand Down

0 comments on commit f7bc9ea

Please sign in to comment.