Skip to content

Commit 567c887

Browse files
all tests passed. now just need to finish better-dotfiles
1 parent 51f3453 commit 567c887

28 files changed

+923
-863
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ github: johnpatrickroach
44
patreon: patrickroach
55
open_collective: betterwealth
66
ko_fi: patrickroach
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
7+
tidelift: # Replace with a single Tidelift platform-name/package-name
8+
community_bridge: # Replace with a single Community Bridge project-name
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.pre-commit-config.yaml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ repos:
2020
- id: check-case-conflict
2121
- id: check-docstring-first
2222
- id: check-executables-have-shebangs
23+
# - id: pretty-format-json
2324
- id: check-json
2425
- id: check-shebang-scripts-are-executable
25-
- id: pretty-format-json
2626
- id: check-merge-conflict
2727
- id: check-symlinks
2828
- id: check-toml
@@ -286,25 +286,25 @@ repos:
286286
types: [python]
287287
args: [-i, --ignore-docstrings]
288288
#- id: pytest
289-
#name: pytest
290-
#entry: pytest
291-
#language: system
292-
#types: [python]
289+
#name: pytest
290+
#entry: pytest
291+
#language: system
292+
#types: [python]
293293
#- id: pytest-cov
294-
#name: pytest
295-
#entry: pytest
296-
#args:
297-
#[
298-
#"--cov=better_crypto",
299-
#"--cov-config=.coveragerc",
300-
#"--cov-report=html",
301-
#"--cov-report=xml",
302-
#"--cov-report=lcov",
303-
#--cov-fail-under=1
304-
#]
305-
#language: system
306-
#types: [python]
307-
#pass_filenames: false
294+
#name: pytest
295+
#entry: pytest
296+
#args:
297+
#[
298+
#"--cov=better_crypto",
299+
#"--cov-config=.coveragerc",
300+
#"--cov-report=html",
301+
#"--cov-report=xml",
302+
#"--cov-report=lcov",
303+
#--cov-fail-under=1
304+
#]
305+
#language: system
306+
#types: [python]
307+
#pass_filenames: false
308308

309309
#########
310310
# macOS #
@@ -368,7 +368,6 @@ repos:
368368
rev: 6.0.0
369369
hooks:
370370
- id: flake8
371-
exclude: ^docs/|setup.py
372371

373372
- repo: https://github.com/PyCQA/isort
374373
rev: 5.11.2

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.3

0 commit comments

Comments
 (0)