Skip to content

Instantly share code, notes, and snippets.

View kevtan's full-sized avatar

Kevin Tan kevtan

View GitHub Profile

kevtan

Keybase proof

I hereby claim:

  • I am kevtan on github.
  • I am kevtan (https://keybase.io/kevtan) on keybase.
  • I have a public key ASDpvyDSpFBEzQgSwc1bhWHonC9wVcZMYvjPIKtPuvBffgo

To claim this, I am signing this object:

{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
@kevtan
kevtan / .hyper.js
Last active February 17, 2020 03:23
Hyper configuration
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',