Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mosdef-hub/foyer into fix-dep-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Nov 14, 2024
2 parents 31f3626 + 9c56438 commit dc1b834
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.7.3
hooks:
# Run the linter.
- id: ruff
args: [--line-length=80, --fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down
6 changes: 6 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ comment:
layout: "header, diff"
behavior: default
require_changes: no

ignore:
- "docs"
- "foyer/examples"
- "foyer/tests"
- "setup.py"
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@


intersphinx_mapping = {
_python_doc_base: None,
"http://docs.scipy.org/doc/numpy": None,
"http://docs.scipy.org/doc/scipy/reference": None,
"http://scikit-learn.org/stable": None,
"python": ("https://docs.python.org/3.11", None),
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
"scikit-learn": ("https://scikit-learn.org/stable", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit dc1b834

Please sign in to comment.