Skip to content

Commit

Permalink
Lint end-of-file-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 12, 2020
1 parent 5f1e847 commit 4ae63be
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-wheels.yml
Expand Up @@ -71,4 +71,3 @@ jobs:
TWINE_PASSWORD: ${{ secrets.test_pypi_password }}
run: |
twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*.whl
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -39,5 +39,6 @@ repos:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: "^.github/.*_TEMPLATE.md"
2 changes: 1 addition & 1 deletion LICENSE.txt
Expand Up @@ -32,4 +32,4 @@ Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights rese
Numeric decoder derived from from TCL library
https://opensource.apple.com/source/tcl/tcl-14/tcl/license.terms
* Copyright (c) 1988-1993 The Regents of the University of California.
* Copyright (c) 1994 Sun Microsystems, Inc.
* Copyright (c) 1994 Sun Microsystems, Inc.
2 changes: 1 addition & 1 deletion deps/double-conversion/msvc/double-conversion.vcxproj
Expand Up @@ -171,4 +171,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
Expand Up @@ -72,4 +72,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion deps/double-conversion/msvc/run_tests/run_tests.vcxproj
Expand Up @@ -183,4 +183,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
Expand Up @@ -78,4 +78,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion deps/double-conversion/test/CMakeLists.txt
@@ -1 +1 @@
add_subdirectory(cctest)
add_subdirectory(cctest)
1 change: 0 additions & 1 deletion lib/Makefile
Expand Up @@ -20,4 +20,3 @@ libultrajson : $(OBJS)
clean:
rm -rf *.o
rm -rf $(PROGRAM)

1 change: 0 additions & 1 deletion scripts/build-manylinux-wheels.sh
Expand Up @@ -34,4 +34,3 @@ mkdir -p /io/dist/
for whl in /io/temp-wheels/*.whl; do
auditwheel repair "$whl" --plat $PLAT -w /io/dist/
done

2 changes: 1 addition & 1 deletion tests/sample.json
Expand Up @@ -3312,4 +3312,4 @@
"obj": {"key": "wrong value"},
"퓲꽪m{㶩/뇿#⼢&᭙硞㪔E嚉c樱㬇1a綑᝖DḾ䝩": null
}
}
}

0 comments on commit 4ae63be

Please sign in to comment.