Skip to content

Commit

Permalink
all tests passed. now just need to finish better-dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatrickroach committed Dec 21, 2022
1 parent 51f3453 commit 567c887
Show file tree
Hide file tree
Showing 28 changed files with 923 additions and 863 deletions.
6 changes: 3 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ github: johnpatrickroach
patreon: patrickroach
open_collective: betterwealth
ko_fi: patrickroach
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
tidelift: # Replace with a single Tidelift platform-name/package-name
community_bridge: # Replace with a single Community Bridge project-name
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
39 changes: 19 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ repos:
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
# - id: pretty-format-json
- id: check-json
- id: check-shebang-scripts-are-executable
- id: pretty-format-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-toml
Expand Down Expand Up @@ -286,25 +286,25 @@ repos:
types: [python]
args: [-i, --ignore-docstrings]
#- id: pytest
#name: pytest
#entry: pytest
#language: system
#types: [python]
#name: pytest
#entry: pytest
#language: system
#types: [python]
#- id: pytest-cov
#name: pytest
#entry: pytest
#args:
#[
#"--cov=better_crypto",
#"--cov-config=.coveragerc",
#"--cov-report=html",
#"--cov-report=xml",
#"--cov-report=lcov",
#--cov-fail-under=1
#]
#language: system
#types: [python]
#pass_filenames: false
#name: pytest
#entry: pytest
#args:
#[
#"--cov=better_crypto",
#"--cov-config=.coveragerc",
#"--cov-report=html",
#"--cov-report=xml",
#"--cov-report=lcov",
#--cov-fail-under=1
#]
#language: system
#types: [python]
#pass_filenames: false

#########
# macOS #
Expand Down Expand Up @@ -368,7 +368,6 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
exclude: ^docs/|setup.py

- repo: https://github.com/PyCQA/isort
rev: 5.11.2
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.3
Loading

0 comments on commit 567c887

Please sign in to comment.