Skip to content

Commit

Permalink
Fix typo with pre-commit codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 28, 2024
1 parent 41b8ed4 commit a6fbcd7
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 876 deletions.
22 changes: 0 additions & 22 deletions .codespell/ignore_lines.txt

This file was deleted.

11 changes: 0 additions & 11 deletions .codespell/ignore_words.txt

This file was deleted.

6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ repos:
name: Prevent Commit to Main Branch
args: ["--branch", "main"]
stages: [pre-commit]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies:
- tomli
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`cifkit` uses .cif files by offering higher-level functions and variables that
enable users to perform complex tasks efficiently with a few lines of code. `cifkit` distinguishes itself from existing libraries by offering higher-level
functions and variables that allow solid-state synthesists to obtain intuitive and
functions and variables that allow solid-state synthesists to obtain intuitive and
measurable properties impactful properties. It facilitates the visualization of
coordination geometry from each site using four coordination determination
methods and extracts physics-based features like volume and packing
Expand Down
Loading

0 comments on commit a6fbcd7

Please sign in to comment.